Shades of Careys Pink #CF9CA6
Tints of Careys Pink #CF9CA6
RGB
CMYK
RGB Variations
Color information
#CF9CA6 (or 0xCF9CA6) is known color: Careys Pink. HEX triplet: CF, 9C and A6. RGB value is (207,156,166). Sum of RGB (Red+Green+Blue) = 207+156+166=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9CA6 is #306359. Grayscale: #ACACAC. Windows color (decimal): -3171162 or 10919119. OLE color: 10919119.
HSL color Cylindrical-coordinate representation of color #CF9CA6: hue angle of 348.24º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9CA6 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 166 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.19 |
| HSL | 348.24º | 0.35% | 0.71% | - |
| HSV(B) | 348.24º | 0.25% | 0.81% | - |
| XYZ | 44.5 | 39.8 | 41.41 | - |
| YUV | 172.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 166 | 0 | 0.25 | 0.20 | 0.19 | 348.24 | 0.35 | 0.71 |
| Hex | CF | 9C | A6 | 0 | 19 | 14 | 13 | 15C | 23 | 47 |
| Octal | 317 | 234 | 246 | 0 | 31 | 24 | 23 | 534 | 43 | 107 |
| Binary | 11001111 | 10011100 | 10100110 | 0 | 11001 | 10100 | 10011 | 101011100 | 100011 | 1000111 |
Color Harmonies of #CF9CA6
Complementary color
Monochromatic Colors of #CF9CA6
Black with #CF9CA6
Text Example
Text Example
White with #CF9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CA6; }
p { color: rgb(207,156,166); }
H1.HeaderClassName
{
color: #CF9CA6;
}
.AnyTagClassName
{
color: #CF9CA6;
}
</style>
background-color css
<style>
a { background-color: #CF9CA6; }
a { background-color: rgb(207,156,166); }
div.DivClassName
{
background-color: #CF9CA6;
}
.BgClassName
{
background-color: #CF9CA6;
}
</style>
border-color css
<style>
span { border-color: #CF9CA6; }
span { border-color: rgb(207,156,166); }
td.TdClassName
{
border-color: #CF9CA6;
}
.TagClassName
{
border-color: #CF9CA6;
}
</style>