Shades of Careys Pink #C99DAC
Tints of Careys Pink #C99DAC
RGB
CMYK
RGB Variations
Color information
#C99DAC (or 0xC99DAC) is known color: Careys Pink. HEX triplet: C9, 9D and AC. RGB value is (201,157,172). Sum of RGB (Red+Green+Blue) = 201+157+172=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C99DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99DAC is #366253. Grayscale: #ABABAB. Windows color (decimal): -3564116 or 11312585. OLE color: 11312585.
HSL color Cylindrical-coordinate representation of color #C99DAC: hue angle of 339.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99DAC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 172 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.21 |
| HSL | 339.55º | 0.29% | 0.7% | - |
| HSV(B) | 339.55º | 0.22% | 0.79% | - |
| XYZ | 43.59 | 39.51 | 44.36 | - |
| YUV | 171.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 172 | 0 | 0.22 | 0.14 | 0.21 | 339.55 | 0.29 | 0.7 |
| Hex | C9 | 9D | AC | 0 | 16 | E | 15 | 154 | 1D | 46 |
| Octal | 311 | 235 | 254 | 0 | 26 | 16 | 25 | 524 | 35 | 106 |
| Binary | 11001001 | 10011101 | 10101100 | 0 | 10110 | 1110 | 10101 | 101010100 | 11101 | 1000110 |
Color Harmonies of #C99DAC
Complementary color
Monochromatic Colors of #C99DAC
Black with #C99DAC
Text Example
Text Example
White with #C99DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DAC; }
p { color: rgb(201,157,172); }
H1.HeaderClassName
{
color: #C99DAC;
}
.AnyTagClassName
{
color: #C99DAC;
}
</style>
background-color css
<style>
a { background-color: #C99DAC; }
a { background-color: rgb(201,157,172); }
div.DivClassName
{
background-color: #C99DAC;
}
.BgClassName
{
background-color: #C99DAC;
}
</style>
border-color css
<style>
span { border-color: #C99DAC; }
span { border-color: rgb(201,157,172); }
td.TdClassName
{
border-color: #C99DAC;
}
.TagClassName
{
border-color: #C99DAC;
}
</style>