Shades of Careys Pink #CF999C
Tints of Careys Pink #CF999C
RGB
CMYK
RGB Variations
Color information
#CF999C (or 0xCF999C) is known color: Careys Pink. HEX triplet: CF, 99 and 9C. RGB value is (207,153,156). Sum of RGB (Red+Green+Blue) = 207+153+156=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF999C is #306663. Grayscale: #A9A9A9. Windows color (decimal): -3171940 or 10262991. OLE color: 10262991.
HSL color Cylindrical-coordinate representation of color #CF999C: hue angle of 356.67º 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 #CF999C is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 156 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.19 |
| HSL | 356.67º | 0.36% | 0.71% | - |
| HSV(B) | 356.67º | 0.26% | 0.81% | - |
| XYZ | 43.12 | 38.45 | 36.6 | - |
| YUV | 169.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 156 | 0 | 0.26 | 0.25 | 0.19 | 356.67 | 0.36 | 0.71 |
| Hex | CF | 99 | 9C | 0 | 1A | 19 | 13 | 165 | 24 | 47 |
| Octal | 317 | 231 | 234 | 0 | 32 | 31 | 23 | 545 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10011100 | 0 | 11010 | 11001 | 10011 | 101100101 | 100100 | 1000111 |
Color Harmonies of #CF999C
Complementary color
Monochromatic Colors of #CF999C
Black with #CF999C
Text Example
Text Example
White with #CF999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF999C; }
p { color: rgb(207,153,156); }
H1.HeaderClassName
{
color: #CF999C;
}
.AnyTagClassName
{
color: #CF999C;
}
</style>
background-color css
<style>
a { background-color: #CF999C; }
a { background-color: rgb(207,153,156); }
div.DivClassName
{
background-color: #CF999C;
}
.BgClassName
{
background-color: #CF999C;
}
</style>
border-color css
<style>
span { border-color: #CF999C; }
span { border-color: rgb(207,153,156); }
td.TdClassName
{
border-color: #CF999C;
}
.TagClassName
{
border-color: #CF999C;
}
</style>