Shades of Careys Pink #CF9D9F
Tints of Careys Pink #CF9D9F
RGB
CMYK
RGB Variations
Color information
#CF9D9F (or 0xCF9D9F) is known color: Careys Pink. HEX triplet: CF, 9D and 9F. RGB value is (207,157,159). Sum of RGB (Red+Green+Blue) = 207+157+159=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D9F is #306260. Grayscale: #ACACAC. Windows color (decimal): -3170913 or 10460623. OLE color: 10460623.
HSL color Cylindrical-coordinate representation of color #CF9D9F: hue angle of 357.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CF9D9F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 159 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.19 |
| HSL | 357.6º | 0.34% | 0.71% | - |
| HSV(B) | 357.6º | 0.24% | 0.81% | - |
| XYZ | 44.05 | 39.88 | 38.18 | - |
| YUV | 172.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 159 | 0 | 0.24 | 0.23 | 0.19 | 357.6 | 0.34 | 0.71 |
| Hex | CF | 9D | 9F | 0 | 18 | 17 | 13 | 166 | 22 | 47 |
| Octal | 317 | 235 | 237 | 0 | 30 | 27 | 23 | 546 | 42 | 107 |
| Binary | 11001111 | 10011101 | 10011111 | 0 | 11000 | 10111 | 10011 | 101100110 | 100010 | 1000111 |
Color Harmonies of #CF9D9F
Complementary color
Monochromatic Colors of #CF9D9F
Black with #CF9D9F
Text Example
Text Example
White with #CF9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D9F; }
p { color: rgb(207,157,159); }
H1.HeaderClassName
{
color: #CF9D9F;
}
.AnyTagClassName
{
color: #CF9D9F;
}
</style>
background-color css
<style>
a { background-color: #CF9D9F; }
a { background-color: rgb(207,157,159); }
div.DivClassName
{
background-color: #CF9D9F;
}
.BgClassName
{
background-color: #CF9D9F;
}
</style>
border-color css
<style>
span { border-color: #CF9D9F; }
span { border-color: rgb(207,157,159); }
td.TdClassName
{
border-color: #CF9D9F;
}
.TagClassName
{
border-color: #CF9D9F;
}
</style>