Shades of Careys Pink #CF9DA0
Tints of Careys Pink #CF9DA0
RGB
CMYK
RGB Variations
Color information
#CF9DA0 (or 0xCF9DA0) is known color: Careys Pink. HEX triplet: CF, 9D and A0. RGB value is (207,157,160). Sum of RGB (Red+Green+Blue) = 207+157+160=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9DA0 is #30625F. Grayscale: #ACACAC. Windows color (decimal): -3170912 or 10526159. OLE color: 10526159.
HSL color Cylindrical-coordinate representation of color #CF9DA0: hue angle of 356.4º 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 #CF9DA0 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 160 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.19 |
| HSL | 356.4º | 0.34% | 0.71% | - |
| HSV(B) | 356.4º | 0.24% | 0.81% | - |
| XYZ | 44.13 | 39.92 | 38.64 | - |
| YUV | 172.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 160 | 0 | 0.24 | 0.23 | 0.19 | 356.4 | 0.34 | 0.71 |
| Hex | CF | 9D | A0 | 0 | 18 | 17 | 13 | 164 | 22 | 47 |
| Octal | 317 | 235 | 240 | 0 | 30 | 27 | 23 | 544 | 42 | 107 |
| Binary | 11001111 | 10011101 | 10100000 | 0 | 11000 | 10111 | 10011 | 101100100 | 100010 | 1000111 |
Color Harmonies of #CF9DA0
Complementary color
Monochromatic Colors of #CF9DA0
Black with #CF9DA0
Text Example
Text Example
White with #CF9DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9DA0; }
p { color: rgb(207,157,160); }
H1.HeaderClassName
{
color: #CF9DA0;
}
.AnyTagClassName
{
color: #CF9DA0;
}
</style>
background-color css
<style>
a { background-color: #CF9DA0; }
a { background-color: rgb(207,157,160); }
div.DivClassName
{
background-color: #CF9DA0;
}
.BgClassName
{
background-color: #CF9DA0;
}
</style>
border-color css
<style>
span { border-color: #CF9DA0; }
span { border-color: rgb(207,157,160); }
td.TdClassName
{
border-color: #CF9DA0;
}
.TagClassName
{
border-color: #CF9DA0;
}
</style>