Shades of Careys Pink #CF9CA8
Tints of Careys Pink #CF9CA8
RGB
CMYK
RGB Variations
Color information
#CF9CA8 (or 0xCF9CA8) is known color: Careys Pink. HEX triplet: CF, 9C and A8. RGB value is (207,156,168). Sum of RGB (Red+Green+Blue) = 207+156+168=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9CA8 is #306357. Grayscale: #ACACAC. Windows color (decimal): -3171160 or 11050191. OLE color: 11050191.
HSL color Cylindrical-coordinate representation of color #CF9CA8: hue angle of 345.88º 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 #CF9CA8 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 168 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.19 |
| HSL | 345.88º | 0.35% | 0.71% | - |
| HSV(B) | 345.88º | 0.25% | 0.81% | - |
| XYZ | 44.69 | 39.87 | 42.39 | - |
| YUV | 172.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 168 | 0 | 0.25 | 0.19 | 0.19 | 345.88 | 0.35 | 0.71 |
| Hex | CF | 9C | A8 | 0 | 19 | 13 | 13 | 15A | 23 | 47 |
| Octal | 317 | 234 | 250 | 0 | 31 | 23 | 23 | 532 | 43 | 107 |
| Binary | 11001111 | 10011100 | 10101000 | 0 | 11001 | 10011 | 10011 | 101011010 | 100011 | 1000111 |
Color Harmonies of #CF9CA8
Complementary color
Monochromatic Colors of #CF9CA8
Black with #CF9CA8
Text Example
Text Example
White with #CF9CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9CA8; }
p { color: rgb(207,156,168); }
H1.HeaderClassName
{
color: #CF9CA8;
}
.AnyTagClassName
{
color: #CF9CA8;
}
</style>
background-color css
<style>
a { background-color: #CF9CA8; }
a { background-color: rgb(207,156,168); }
div.DivClassName
{
background-color: #CF9CA8;
}
.BgClassName
{
background-color: #CF9CA8;
}
</style>
border-color css
<style>
span { border-color: #CF9CA8; }
span { border-color: rgb(207,156,168); }
td.TdClassName
{
border-color: #CF9CA8;
}
.TagClassName
{
border-color: #CF9CA8;
}
</style>