Shades of Careys Pink #CF9799
Tints of Careys Pink #CF9799
RGB
CMYK
RGB Variations
Color information
#CF9799 (or 0xCF9799) is known color: Careys Pink. HEX triplet: CF, 97 and 99. RGB value is (207,151,153). Sum of RGB (Red+Green+Blue) = 207+151+153=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9799 is #306866. Grayscale: #A8A8A8. Windows color (decimal): -3172455 or 10065871. OLE color: 10065871.
HSL color Cylindrical-coordinate representation of color #CF9799: hue angle of 357.86º degrees, saturation: 0.37, 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 #CF9799 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 153 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.19 |
| HSL | 357.86º | 0.37% | 0.7% | - |
| HSV(B) | 357.86º | 0.27% | 0.81% | - |
| XYZ | 42.55 | 37.7 | 35.17 | - |
| YUV | 167.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 153 | 0 | 0.27 | 0.26 | 0.19 | 357.86 | 0.37 | 0.7 |
| Hex | CF | 97 | 99 | 0 | 1B | 1A | 13 | 166 | 25 | 46 |
| Octal | 317 | 227 | 231 | 0 | 33 | 32 | 23 | 546 | 45 | 106 |
| Binary | 11001111 | 10010111 | 10011001 | 0 | 11011 | 11010 | 10011 | 101100110 | 100101 | 1000110 |
Color Harmonies of #CF9799
Complementary color
Monochromatic Colors of #CF9799
Black with #CF9799
Text Example
Text Example
White with #CF9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9799; }
p { color: rgb(207,151,153); }
H1.HeaderClassName
{
color: #CF9799;
}
.AnyTagClassName
{
color: #CF9799;
}
</style>
background-color css
<style>
a { background-color: #CF9799; }
a { background-color: rgb(207,151,153); }
div.DivClassName
{
background-color: #CF9799;
}
.BgClassName
{
background-color: #CF9799;
}
</style>
border-color css
<style>
span { border-color: #CF9799; }
span { border-color: rgb(207,151,153); }
td.TdClassName
{
border-color: #CF9799;
}
.TagClassName
{
border-color: #CF9799;
}
</style>