Shades of Careys Pink #CC9DAC
Tints of Careys Pink #CC9DAC
RGB
CMYK
RGB Variations
Color information
#CC9DAC (or 0xCC9DAC) is known color: Careys Pink. HEX triplet: CC, 9D and AC. RGB value is (204,157,172). Sum of RGB (Red+Green+Blue) = 204+157+172=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9DAC is #336253. Grayscale: #ACACAC. Windows color (decimal): -3367508 or 11312588. OLE color: 11312588.
HSL color Cylindrical-coordinate representation of color #CC9DAC: hue angle of 340.85º 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 #CC9DAC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 172 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.2 |
| HSL | 340.85º | 0.32% | 0.71% | - |
| HSV(B) | 340.85º | 0.23% | 0.8% | - |
| XYZ | 44.41 | 39.93 | 44.4 | - |
| YUV | 172.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 172 | 0 | 0.23 | 0.16 | 0.2 | 340.85 | 0.32 | 0.71 |
| Hex | CC | 9D | AC | 0 | 17 | 10 | 14 | 155 | 20 | 47 |
| Octal | 314 | 235 | 254 | 0 | 27 | 20 | 24 | 525 | 40 | 107 |
| Binary | 11001100 | 10011101 | 10101100 | 0 | 10111 | 10000 | 10100 | 101010101 | 100000 | 1000111 |
Color Harmonies of #CC9DAC
Complementary color
Monochromatic Colors of #CC9DAC
Black with #CC9DAC
Text Example
Text Example
White with #CC9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DAC; }
p { color: rgb(204,157,172); }
H1.HeaderClassName
{
color: #CC9DAC;
}
.AnyTagClassName
{
color: #CC9DAC;
}
</style>
background-color css
<style>
a { background-color: #CC9DAC; }
a { background-color: rgb(204,157,172); }
div.DivClassName
{
background-color: #CC9DAC;
}
.BgClassName
{
background-color: #CC9DAC;
}
</style>
border-color css
<style>
span { border-color: #CC9DAC; }
span { border-color: rgb(204,157,172); }
td.TdClassName
{
border-color: #CC9DAC;
}
.TagClassName
{
border-color: #CC9DAC;
}
</style>