Shades of Careys Pink #CF999E
Tints of Careys Pink #CF999E
RGB
CMYK
RGB Variations
Color information
#CF999E (or 0xCF999E) is known color: Careys Pink. HEX triplet: CF, 99 and 9E. RGB value is (207,153,158). Sum of RGB (Red+Green+Blue) = 207+153+158=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF999E is #306661. Grayscale: #A9A9A9. Windows color (decimal): -3171938 or 10394063. OLE color: 10394063.
HSL color Cylindrical-coordinate representation of color #CF999E: hue angle of 354.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF999E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 158 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.19 |
| HSL | 354.44º | 0.36% | 0.71% | - |
| HSV(B) | 354.44º | 0.26% | 0.81% | - |
| XYZ | 43.29 | 38.52 | 37.5 | - |
| YUV | 169.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 158 | 0 | 0.26 | 0.24 | 0.19 | 354.44 | 0.36 | 0.71 |
| Hex | CF | 99 | 9E | 0 | 1A | 18 | 13 | 162 | 24 | 47 |
| Octal | 317 | 231 | 236 | 0 | 32 | 30 | 23 | 542 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10011110 | 0 | 11010 | 11000 | 10011 | 101100010 | 100100 | 1000111 |
Color Harmonies of #CF999E
Complementary color
Monochromatic Colors of #CF999E
Black with #CF999E
Text Example
Text Example
White with #CF999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF999E; }
p { color: rgb(207,153,158); }
H1.HeaderClassName
{
color: #CF999E;
}
.AnyTagClassName
{
color: #CF999E;
}
</style>
background-color css
<style>
a { background-color: #CF999E; }
a { background-color: rgb(207,153,158); }
div.DivClassName
{
background-color: #CF999E;
}
.BgClassName
{
background-color: #CF999E;
}
</style>
border-color css
<style>
span { border-color: #CF999E; }
span { border-color: rgb(207,153,158); }
td.TdClassName
{
border-color: #CF999E;
}
.TagClassName
{
border-color: #CF999E;
}
</style>