Shades of Careys Pink #CF9A9E
Tints of Careys Pink #CF9A9E
RGB
CMYK
RGB Variations
Color information
#CF9A9E (or 0xCF9A9E) is known color: Careys Pink. HEX triplet: CF, 9A and 9E. RGB value is (207,154,158). Sum of RGB (Red+Green+Blue) = 207+154+158=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A9E is #306561. Grayscale: #AAAAAA. Windows color (decimal): -3171682 or 10394319. OLE color: 10394319.
HSL color Cylindrical-coordinate representation of color #CF9A9E: hue angle of 355.47º 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 #CF9A9E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 158 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.19 |
| HSL | 355.47º | 0.36% | 0.71% | - |
| HSV(B) | 355.47º | 0.26% | 0.81% | - |
| XYZ | 43.46 | 38.85 | 37.56 | - |
| YUV | 170.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 158 | 0 | 0.26 | 0.24 | 0.19 | 355.47 | 0.36 | 0.71 |
| Hex | CF | 9A | 9E | 0 | 1A | 18 | 13 | 163 | 24 | 47 |
| Octal | 317 | 232 | 236 | 0 | 32 | 30 | 23 | 543 | 44 | 107 |
| Binary | 11001111 | 10011010 | 10011110 | 0 | 11010 | 11000 | 10011 | 101100011 | 100100 | 1000111 |
Color Harmonies of #CF9A9E
Complementary color
Monochromatic Colors of #CF9A9E
Black with #CF9A9E
Text Example
Text Example
White with #CF9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A9E; }
p { color: rgb(207,154,158); }
H1.HeaderClassName
{
color: #CF9A9E;
}
.AnyTagClassName
{
color: #CF9A9E;
}
</style>
background-color css
<style>
a { background-color: #CF9A9E; }
a { background-color: rgb(207,154,158); }
div.DivClassName
{
background-color: #CF9A9E;
}
.BgClassName
{
background-color: #CF9A9E;
}
</style>
border-color css
<style>
span { border-color: #CF9A9E; }
span { border-color: rgb(207,154,158); }
td.TdClassName
{
border-color: #CF9A9E;
}
.TagClassName
{
border-color: #CF9A9E;
}
</style>