Shades of Careys Pink #C99E9F
Tints of Careys Pink #C99E9F
RGB
CMYK
RGB Variations
Color information
#C99E9F (or 0xC99E9F) is known color: Careys Pink. HEX triplet: C9, 9E and 9F. RGB value is (201,158,159). Sum of RGB (Red+Green+Blue) = 201+158+159=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E9F is #366160. Grayscale: #ABABAB. Windows color (decimal): -3563873 or 10460873. OLE color: 10460873.
HSL color Cylindrical-coordinate representation of color #C99E9F: hue angle of 358.6º 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 #C99E9F is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 159 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.21 |
| HSL | 358.6º | 0.28% | 0.7% | - |
| HSV(B) | 358.6º | 0.21% | 0.79% | - |
| XYZ | 42.57 | 39.37 | 38.16 | - |
| YUV | 170.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 159 | 0 | 0.21 | 0.21 | 0.21 | 358.6 | 0.28 | 0.7 |
| Hex | C9 | 9E | 9F | 0 | 15 | 15 | 15 | 167 | 1C | 46 |
| Octal | 311 | 236 | 237 | 0 | 25 | 25 | 25 | 547 | 34 | 106 |
| Binary | 11001001 | 10011110 | 10011111 | 0 | 10101 | 10101 | 10101 | 101100111 | 11100 | 1000110 |
Color Harmonies of #C99E9F
Complementary color
Monochromatic Colors of #C99E9F
Black with #C99E9F
Text Example
Text Example
White with #C99E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E9F; }
p { color: rgb(201,158,159); }
H1.HeaderClassName
{
color: #C99E9F;
}
.AnyTagClassName
{
color: #C99E9F;
}
</style>
background-color css
<style>
a { background-color: #C99E9F; }
a { background-color: rgb(201,158,159); }
div.DivClassName
{
background-color: #C99E9F;
}
.BgClassName
{
background-color: #C99E9F;
}
</style>
border-color css
<style>
span { border-color: #C99E9F; }
span { border-color: rgb(201,158,159); }
td.TdClassName
{
border-color: #C99E9F;
}
.TagClassName
{
border-color: #C99E9F;
}
</style>