Shades of Cameo #CF9F88
Tints of Cameo #CF9F88
RGB
CMYK
RGB Variations
Color information
#CF9F88 (or 0xCF9F88) is known color: Cameo. HEX triplet: CF, 9F and 88. RGB value is (207,159,136). Sum of RGB (Red+Green+Blue) = 207+159+136=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F88 is #306077. Grayscale: #AAAAAA. Windows color (decimal): -3170424 or 8953807. OLE color: 8953807.
HSL color Cylindrical-coordinate representation of color #CF9F88: hue angle of 19.44º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF9F88 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 136 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.19 |
| HSL | 19.44º | 0.43% | 0.67% | - |
| HSV(B) | 19.44º | 0.34% | 0.81% | - |
| XYZ | 42.57 | 39.84 | 28.74 | - |
| YUV | 170.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 136 | 0 | 0.23 | 0.34 | 0.19 | 19.44 | 0.43 | 0.67 |
| Hex | CF | 9F | 88 | 0 | 17 | 22 | 13 | 13 | 2B | 43 |
| Octal | 317 | 237 | 210 | 0 | 27 | 42 | 23 | 23 | 53 | 103 |
| Binary | 11001111 | 10011111 | 10001000 | 0 | 10111 | 100010 | 10011 | 10011 | 101011 | 1000011 |
Color Harmonies of #CF9F88
Complementary color
Monochromatic Colors of #CF9F88
Black with #CF9F88
Text Example
Text Example
White with #CF9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F88; }
p { color: rgb(207,159,136); }
H1.HeaderClassName
{
color: #CF9F88;
}
.AnyTagClassName
{
color: #CF9F88;
}
</style>
background-color css
<style>
a { background-color: #CF9F88; }
a { background-color: rgb(207,159,136); }
div.DivClassName
{
background-color: #CF9F88;
}
.BgClassName
{
background-color: #CF9F88;
}
</style>
border-color css
<style>
span { border-color: #CF9F88; }
span { border-color: rgb(207,159,136); }
td.TdClassName
{
border-color: #CF9F88;
}
.TagClassName
{
border-color: #CF9F88;
}
</style>