Shades of Careys Pink #CF9EA6
Tints of Careys Pink #CF9EA6
RGB
CMYK
RGB Variations
Color information
#CF9EA6 (or 0xCF9EA6) is known color: Careys Pink. HEX triplet: CF, 9E and A6. RGB value is (207,158,166). Sum of RGB (Red+Green+Blue) = 207+158+166=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9EA6 is #306159. Grayscale: #ADADAD. Windows color (decimal): -3170650 or 10919631. OLE color: 10919631.
HSL color Cylindrical-coordinate representation of color #CF9EA6: hue angle of 350.2º 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 #CF9EA6 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 166 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.19 |
| HSL | 350.2º | 0.34% | 0.72% | - |
| HSV(B) | 350.2º | 0.24% | 0.81% | - |
| XYZ | 44.84 | 40.47 | 41.52 | - |
| YUV | 173.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 166 | 0 | 0.24 | 0.20 | 0.19 | 350.2 | 0.34 | 0.72 |
| Hex | CF | 9E | A6 | 0 | 18 | 14 | 13 | 15E | 22 | 48 |
| Octal | 317 | 236 | 246 | 0 | 30 | 24 | 23 | 536 | 42 | 110 |
| Binary | 11001111 | 10011110 | 10100110 | 0 | 11000 | 10100 | 10011 | 101011110 | 100010 | 1001000 |
Color Harmonies of #CF9EA6
Complementary color
Monochromatic Colors of #CF9EA6
Black with #CF9EA6
Text Example
Text Example
White with #CF9EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9EA6; }
p { color: rgb(207,158,166); }
H1.HeaderClassName
{
color: #CF9EA6;
}
.AnyTagClassName
{
color: #CF9EA6;
}
</style>
background-color css
<style>
a { background-color: #CF9EA6; }
a { background-color: rgb(207,158,166); }
div.DivClassName
{
background-color: #CF9EA6;
}
.BgClassName
{
background-color: #CF9EA6;
}
</style>
border-color css
<style>
span { border-color: #CF9EA6; }
span { border-color: rgb(207,158,166); }
td.TdClassName
{
border-color: #CF9EA6;
}
.TagClassName
{
border-color: #CF9EA6;
}
</style>