Shades of Careys Pink #CF999A
Tints of Careys Pink #CF999A
RGB
CMYK
RGB Variations
Color information
#CF999A (or 0xCF999A) is known color: Careys Pink. HEX triplet: CF, 99 and 9A. RGB value is (207,153,154). Sum of RGB (Red+Green+Blue) = 207+153+154=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF999A is #306665. Grayscale: #A9A9A9. Windows color (decimal): -3171942 or 10131919. OLE color: 10131919.
HSL color Cylindrical-coordinate representation of color #CF999A: hue angle of 358.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF999A is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 154 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.19 |
| HSL | 358.89º | 0.36% | 0.71% | - |
| HSV(B) | 358.89º | 0.26% | 0.81% | - |
| XYZ | 42.96 | 38.38 | 35.72 | - |
| YUV | 169.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 154 | 0 | 0.26 | 0.26 | 0.19 | 358.89 | 0.36 | 0.71 |
| Hex | CF | 99 | 9A | 0 | 1A | 1A | 13 | 167 | 24 | 47 |
| Octal | 317 | 231 | 232 | 0 | 32 | 32 | 23 | 547 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10011010 | 0 | 11010 | 11010 | 10011 | 101100111 | 100100 | 1000111 |
Color Harmonies of #CF999A
Complementary color
Monochromatic Colors of #CF999A
Black with #CF999A
Text Example
Text Example
White with #CF999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF999A; }
p { color: rgb(207,153,154); }
H1.HeaderClassName
{
color: #CF999A;
}
.AnyTagClassName
{
color: #CF999A;
}
</style>
background-color css
<style>
a { background-color: #CF999A; }
a { background-color: rgb(207,153,154); }
div.DivClassName
{
background-color: #CF999A;
}
.BgClassName
{
background-color: #CF999A;
}
</style>
border-color css
<style>
span { border-color: #CF999A; }
span { border-color: rgb(207,153,154); }
td.TdClassName
{
border-color: #CF999A;
}
.TagClassName
{
border-color: #CF999A;
}
</style>