Shades of Careys Pink #C99EAC
Tints of Careys Pink #C99EAC
RGB
CMYK
RGB Variations
Color information
#C99EAC (or 0xC99EAC) is known color: Careys Pink. HEX triplet: C9, 9E and AC. RGB value is (201,158,172). Sum of RGB (Red+Green+Blue) = 201+158+172=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99EAC is #366153. Grayscale: #ACACAC. Windows color (decimal): -3563860 or 11312841. OLE color: 11312841.
HSL color Cylindrical-coordinate representation of color #C99EAC: hue angle of 340.47º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EAC is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 172 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.21 |
| HSL | 340.47º | 0.28% | 0.7% | - |
| HSV(B) | 340.47º | 0.21% | 0.79% | - |
| XYZ | 43.76 | 39.85 | 44.42 | - |
| YUV | 172.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 172 | 0 | 0.21 | 0.14 | 0.21 | 340.47 | 0.28 | 0.7 |
| Hex | C9 | 9E | AC | 0 | 15 | E | 15 | 154 | 1C | 46 |
| Octal | 311 | 236 | 254 | 0 | 25 | 16 | 25 | 524 | 34 | 106 |
| Binary | 11001001 | 10011110 | 10101100 | 0 | 10101 | 1110 | 10101 | 101010100 | 11100 | 1000110 |
Color Harmonies of #C99EAC
Complementary color
Monochromatic Colors of #C99EAC
Black with #C99EAC
Text Example
Text Example
White with #C99EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EAC; }
p { color: rgb(201,158,172); }
H1.HeaderClassName
{
color: #C99EAC;
}
.AnyTagClassName
{
color: #C99EAC;
}
</style>
background-color css
<style>
a { background-color: #C99EAC; }
a { background-color: rgb(201,158,172); }
div.DivClassName
{
background-color: #C99EAC;
}
.BgClassName
{
background-color: #C99EAC;
}
</style>
border-color css
<style>
span { border-color: #C99EAC; }
span { border-color: rgb(201,158,172); }
td.TdClassName
{
border-color: #C99EAC;
}
.TagClassName
{
border-color: #C99EAC;
}
</style>