Shades of Careys Pink #CF989C
Tints of Careys Pink #CF989C
RGB
CMYK
RGB Variations
Color information
#CF989C (or 0xCF989C) is known color: Careys Pink. HEX triplet: CF, 98 and 9C. RGB value is (207,152,156). Sum of RGB (Red+Green+Blue) = 207+152+156=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF989C is #306763. Grayscale: #A8A8A8. Windows color (decimal): -3172196 or 10262735. OLE color: 10262735.
HSL color Cylindrical-coordinate representation of color #CF989C: hue angle of 355.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF989C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 156 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.19 |
| HSL | 355.64º | 0.36% | 0.7% | - |
| HSV(B) | 355.64º | 0.27% | 0.81% | - |
| XYZ | 42.96 | 38.12 | 36.55 | - |
| YUV | 168.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 156 | 0 | 0.27 | 0.25 | 0.19 | 355.64 | 0.36 | 0.7 |
| Hex | CF | 98 | 9C | 0 | 1B | 19 | 13 | 164 | 24 | 46 |
| Octal | 317 | 230 | 234 | 0 | 33 | 31 | 23 | 544 | 44 | 106 |
| Binary | 11001111 | 10011000 | 10011100 | 0 | 11011 | 11001 | 10011 | 101100100 | 100100 | 1000110 |
Color Harmonies of #CF989C
Complementary color
Monochromatic Colors of #CF989C
Black with #CF989C
Text Example
Text Example
White with #CF989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF989C; }
p { color: rgb(207,152,156); }
H1.HeaderClassName
{
color: #CF989C;
}
.AnyTagClassName
{
color: #CF989C;
}
</style>
background-color css
<style>
a { background-color: #CF989C; }
a { background-color: rgb(207,152,156); }
div.DivClassName
{
background-color: #CF989C;
}
.BgClassName
{
background-color: #CF989C;
}
</style>
border-color css
<style>
span { border-color: #CF989C; }
span { border-color: rgb(207,152,156); }
td.TdClassName
{
border-color: #CF989C;
}
.TagClassName
{
border-color: #CF989C;
}
</style>