COLOR #C096AB

HEX: #C096AB
RGB: (192,150,171)

Color info

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

RGB color model

#C096AB color RGB value is (192,150,171).

  • red value is 192;
  • green value is 150;
  • blue value is 171.
RGB:
(192,150,171)
(75%,59%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 171 of 255 = 67%

192
150
171

R + G + B ~ 67%. #C096AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 171 = 513 (100%)
R 192 of 513 ~ 37.43%
G 150 of 513 ~ 29.24%
B 171 of 513 ~ 33.33%

%37.43
%29.24
%33.33

CMYK color model

#C096AB color CMYK value is (0,22,11,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(0,22,11,25)
C0M22Y11K25 
(0%,22%,11%,25%)
(0.00/0.22/0.11/0.25)	

CMYK percentages

%0
%21.88
%10.94
%24.71

Codes

Color #C096AB in popluar color models

C096AB
RGB192150171
HSL330°25.00%67.06%
HSB/HSV330°21.88%75.29%
CMYK0.00%21.88%10.94%
24.71%

Color #C096AB in popluar number systems.

HEXC096AB
Decimal192150171
Binary110000001001011010101011
Octal300226253

Shades and tints

Shades of #C096AB

#C096AB
(192,150,171)
#AF899C
(175,137,156)
#9E7C8D
(158,124,141)
#8D6F7E
(141,111,126)
#7C626F
(124,98,111)
#6B5560
(107,85,96)
#5A4851
(90,72,81)
#493B42
(73,59,66)
#382E33
(56,46,51)
#272124
(39,33,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #C096AB

#C096AB
(192,150,171)
#C59FB2
(197,159,178)
#CAA8B9
(202,168,185)
#CFB1C0
(207,177,192)
#D4BAC7
(212,186,199)
#D9C3CE
(217,195,206)
#DECCD5
(222,204,213)
#E3D5DC
(227,213,220)
#E8DEE3
(232,222,227)
#EDE7EA
(237,231,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C096AB; }

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

This text font color is #C096AB.


Background Color

.myBgColor { background-color: #C096AB; }

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

This div background color is #C096AB.


Border color

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

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

This div border color is #C096AB.


Opacity

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

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

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

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

This text has shadow with #C096AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C096AB on black background.


Color preview on white background

This text has color #C096AB on white background.



Black color preview on #C096AB background

This text has black color on #C096AB background.


White color preview on #C096AB background

This text has white color on #C096AB background.