Shades of Careys Pink #CF9E9F
Tints of Careys Pink #CF9E9F
RGB
CMYK
RGB Variations
Color information
#CF9E9F (or 0xCF9E9F) is known color: Careys Pink. HEX triplet: CF, 9E and 9F. RGB value is (207,158,159). Sum of RGB (Red+Green+Blue) = 207+158+159=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9E9F is #306160. Grayscale: #ACACAC. Windows color (decimal): -3170657 or 10460879. OLE color: 10460879.
HSL color Cylindrical-coordinate representation of color #CF9E9F: hue angle of 358.78º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9E9F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 159 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.19 |
| HSL | 358.78º | 0.34% | 0.72% | - |
| HSV(B) | 358.78º | 0.24% | 0.81% | - |
| XYZ | 44.22 | 40.22 | 38.23 | - |
| YUV | 172.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 159 | 0 | 0.24 | 0.23 | 0.19 | 358.78 | 0.34 | 0.72 |
| Hex | CF | 9E | 9F | 0 | 18 | 17 | 13 | 167 | 22 | 48 |
| Octal | 317 | 236 | 237 | 0 | 30 | 27 | 23 | 547 | 42 | 110 |
| Binary | 11001111 | 10011110 | 10011111 | 0 | 11000 | 10111 | 10011 | 101100111 | 100010 | 1001000 |
Color Harmonies of #CF9E9F
Complementary color
Monochromatic Colors of #CF9E9F
Black with #CF9E9F
Text Example
Text Example
White with #CF9E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E9F; }
p { color: rgb(207,158,159); }
H1.HeaderClassName
{
color: #CF9E9F;
}
.AnyTagClassName
{
color: #CF9E9F;
}
</style>
background-color css
<style>
a { background-color: #CF9E9F; }
a { background-color: rgb(207,158,159); }
div.DivClassName
{
background-color: #CF9E9F;
}
.BgClassName
{
background-color: #CF9E9F;
}
</style>
border-color css
<style>
span { border-color: #CF9E9F; }
span { border-color: rgb(207,158,159); }
td.TdClassName
{
border-color: #CF9E9F;
}
.TagClassName
{
border-color: #CF9E9F;
}
</style>