COLOR #C076A7

HEX: #C076A7
RGB: (192,118,167)

Renk bilgisi

#C076A7 contains mainly red and blue colors. #C076A7 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C076A7 color RGB value is (192,118,167).

  • kırmız ton 192;
  • yeşil ton 118;
  • mavi ton 167.
RGB:
(192,118,167)
(75%,46%,65%)

RGB bağlantıları ve doygunluk

R 192 of 255 = 75%
G 118 of 255 = 46%
B 167 of 255 = 65%

192
118
167

R + G + B ~ 62%. #C076A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
192 + 118 + 167 = 477 (100%)
R 192 of 477 ~ 40.25%
G 118 of 477 ~ 24.74%
B 167 of 477 ~ 35.01%

%40.25
%24.74
%35.01

CMYK RENK MODELİ

#C076A7 rengi CMYK tonu (0,39,13,25).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.54%
  • sarı tonu 13.02%
  • ana renk tonu 24.71%
CMYK:
(0,39,13,25)
C0M39Y13K25 
(0%,39%,13%,25%)
(0.00/0.39/0.13/0.25)	

CMYK yüzdeleri

%0
%38.54
%13.02
%24.71

Codes

Color #C076A7 in popluar color models

C076A7
RGB192118167
HSL320°37.00%60.78%
HSB/HSV320°38.54%75.29%
CMYK0.00%38.54%13.02%
24.71%

Color #C076A7 in popluar number systems.

HEXC076A7
Decimal192118167
Binary11000000111011010100111
Octal300166247

Shades and tints

Shades of #C076A7

#C076A7
(192,118,167)
#AF6C98
(175,108,152)
#9E6289
(158,98,137)
#8D587A
(141,88,122)
#7C4E6B
(124,78,107)
#6B445C
(107,68,92)
#5A3A4D
(90,58,77)
#49303E
(73,48,62)
#38262F
(56,38,47)
#271C20
(39,28,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #C076A7

#C076A7
(192,118,167)
#C582AF
(197,130,175)
#CA8EB7
(202,142,183)
#CF9ABF
(207,154,191)
#D4A6C7
(212,166,199)
#D9B2CF
(217,178,207)
#DEBED7
(222,190,215)
#E3CADF
(227,202,223)
#E8D6E7
(232,214,231)
#EDE2EF
(237,226,239)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C076A7 color. Also use rgb(192,118,167) instead hex code.

Text Font Color

.myTextColor { color: #C076A7; }

<p style="color:#C076A7">This sample text font color is #C076A7.</p>

This text font color is #C076A7.


Background Color

.myBgColor { background-color: #C076A7; }

<div style="background-color:#C076A7">Inner text</div>

This div background color is #C076A7.


Border color

.myBorderColor { border: 1px solid #C076A7; }

<div style="border:3px solid #C076A7">Div</div>

This div border color is #C076A7.


Opacity

.myOpacity80 { color: #C076A7; opacity: 0.8; }

<p style="color:#C076A7;opacity:0.8;">80%</p>

Text with #C076A7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C076A7;}

<p style="text-shadow: 3px 3px 1px #C076A7">Text here.</p>

This text has shadow with #C076A7 color.

.textShadow {text-shadow: 3px 3px 1px #C076A7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C076A7, 5px 5px 20px red">Text here.</p>

This text has shadow with #C076A7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C076A7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C076A7, Direction=45, Strength=4)">Text</p>

This text has shadow with #C076A7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C076A7;
  -webkit-box-shadow:	1px 1px 3px 2px #C076A7;
  box-shadow:		1px 1px 3px 2px #C076A7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C076A7;
-webkit-box-shadow: 1px 1px 3px 2px #C076A7;
box-shadow:1px 1px 3px 2px #C076A7;">
Div content here</div>
This div box has shadow with color #C076A7.

Preview

Color preview on black background

This text has color #C076A7 on black background.


Color preview on white background

This text has color #C076A7 on white background.



Black color preview on #C076A7 background

This text has black color on #C076A7 background.


White color preview on #C076A7 background

This text has white color on #C076A7 background.