Shades of Careys Pink #CC9DAB
Tints of Careys Pink #CC9DAB
RGB
CMYK
RGB Variations
Color information
#CC9DAB (or 0xCC9DAB) is known color: Careys Pink. HEX triplet: CC, 9D and AB. RGB value is (204,157,171). Sum of RGB (Red+Green+Blue) = 204+157+171=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9DAB is #336254. Grayscale: #ACACAC. Windows color (decimal): -3367509 or 11247052. OLE color: 11247052.
HSL color Cylindrical-coordinate representation of color #CC9DAB: hue angle of 342.13º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9DAB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 157 | 171 | - |
CMYK | 0 | 0.23 | 0.16 | 0.2 |
HSL | 342.13º | 0.32% | 0.71% | - |
HSV(B) | 342.13º | 0.23% | 0.8% | - |
XYZ | 44.31 | 39.89 | 43.89 | - |
YUV | 172.65 | 127.07 | 150.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 157 | 171 | 0 | 0.23 | 0.16 | 0.2 | 342.13 | 0.32 | 0.71 |
Hex | CC | 9D | AB | 0 | 17 | 10 | 14 | 156 | 20 | 47 |
Octal | 314 | 235 | 253 | 0 | 27 | 20 | 24 | 526 | 40 | 107 |
Binary | 11001100 | 10011101 | 10101011 | 0 | 10111 | 10000 | 10100 | 101010110 | 100000 | 1000111 |
Color Harmonies of #CC9DAB
Complementary color
Monochromatic Colors of #CC9DAB
Black with #CC9DAB
Text Example
Text Example
White with #CC9DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DAB; }
p { color: rgb(204,157,171); }
H1.HeaderClassName
{
color: #CC9DAB;
}
.AnyTagClassName
{
color: #CC9DAB;
}
</style>
background-color css
<style>
a { background-color: #CC9DAB; }
a { background-color: rgb(204,157,171); }
div.DivClassName
{
background-color: #CC9DAB;
}
.BgClassName
{
background-color: #CC9DAB;
}
</style>
border-color css
<style>
span { border-color: #CC9DAB; }
span { border-color: rgb(204,157,171); }
td.TdClassName
{
border-color: #CC9DAB;
}
.TagClassName
{
border-color: #CC9DAB;
}
</style>