COLOR #C096A4

HEX: #C096A4 RGB: (192,150,164)

Color info

#C096A4 contains red, green and blue colors in about the same proportion. Web safe color of #C096A4 is #CC9999 (or #C99).

RGB color model

#C096A4 color RGB value is (192,150,164).

RGB: (192,150,164) (75%, 59%, 64%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 164 of 255 = 64%

192
150
164

R + G + B ~ 66%. #C096A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 150 + 164 = 506 (100%)
R 192 of 506 ~ 37.94%
G 150 of 506 ~ 29.64%
B 164 of 506 ~ 32.41'%

%37.94
%29.64
%32.41

CMYK color model

#C096A4 color CMYK value is (0,22,15,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 14.58%
  • key color value is 24.71%
CMYK: (0,22,15,25) C0M22Y15K25 (0%,22%,15%,25%) (0.00/0.22/0.15/0.25) 

CMYK percentages

%0
%21.88
%14.58
%24.71

Codes

Color #C096A4 in popluar color models

C0 96 A4
RGB 192 150 164
HSL 340° 25.00% 67.06%
HSB/HSV 340° 21.88% 75.29%
CMYK 0.00% 21.88% 14.58%
24.71%

Color #C096A4 in popluar number systems.

HEX C0 96 A4
Decimal 192 150 164
Binary 11000000 10010110 10100100
Octal 300 226 244

Shades and tints

Shades of #C096A4

#C096A4
(192,150,164)
#AF8996
(175,137,150)
#9E7C88
(158,124,136)
#8D6F7A
(141,111,122)
#7C626C
(124,98,108)
#6B555E
(107,85,94)
#5A4850
(90,72,80)
#493B42
(73,59,66)
#382E34
(56,46,52)
#272126
(39,33,38)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #C096A4

#C096A4
(192,150,164)
#C59FAC
(197,159,172)
#CAA8B4
(202,168,180)
#CFB1BC
(207,177,188)
#D4BAC4
(212,186,196)
#D9C3CC
(217,195,204)
#DECCD4
(222,204,212)
#E3D5DC
(227,213,220)
#E8DEE4
(232,222,228)
#EDE7EC
(237,231,236)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C096A4 color. Also use rgb(192,150,164) instead hex code.

Text Font Color

.myTextColor { color: #C096A4; }

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

This text font color is #C096A4.

Background Color

.myBgColor { background-color: #C096A4; }

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

This div background color is #C096A4.

Border color

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

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

This div border color is #C096A4.

Opacity

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

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

Text with #C096A4 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 #C096A4;}

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

This text has shadow with #C096A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C096A4.

Preview

Color preview on black background

This text has color #C096A4 on black background.


Color preview on white background

This text has color #C096A4 on white background.


Black color preview on #C096A4 background

This text has black color on #C096A4 background.


White color preview on #C096A4 background

This text has white color on #C096A4 background.


Related colors

Complementary color

Complementary color for #hex is #3F695B.


I love getcolorcode.com

Triadic colors

1 #A4C096 and #96A4C0 with #C096A4 are triadic colors.

2 #A496C0 and #96C0A4 with #C096A4 are triadic colors.