Shades of Cameo #CF9F85
Tints of Cameo #CF9F85
RGB
CMYK
RGB Variations
Color information
#CF9F85 (or 0xCF9F85) is known color: Cameo. HEX triplet: CF, 9F and 85. RGB value is (207,159,133). Sum of RGB (Red+Green+Blue) = 207+159+133=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F85 is #30607A. Grayscale: #AAAAAA. Windows color (decimal): -3170427 or 8757199. OLE color: 8757199.
HSL color Cylindrical-coordinate representation of color #CF9F85: hue angle of 21.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF9F85 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 133 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.19 |
| HSL | 21.08º | 0.44% | 0.67% | - |
| HSV(B) | 21.08º | 0.36% | 0.81% | - |
| XYZ | 42.36 | 39.76 | 27.63 | - |
| YUV | 170.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 133 | 0 | 0.23 | 0.36 | 0.19 | 21.08 | 0.44 | 0.67 |
| Hex | CF | 9F | 85 | 0 | 17 | 24 | 13 | 15 | 2C | 43 |
| Octal | 317 | 237 | 205 | 0 | 27 | 44 | 23 | 25 | 54 | 103 |
| Binary | 11001111 | 10011111 | 10000101 | 0 | 10111 | 100100 | 10011 | 10101 | 101100 | 1000011 |
Color Harmonies of #CF9F85
Complementary color
Monochromatic Colors of #CF9F85
Black with #CF9F85
Text Example
Text Example
White with #CF9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F85; }
p { color: rgb(207,159,133); }
H1.HeaderClassName
{
color: #CF9F85;
}
.AnyTagClassName
{
color: #CF9F85;
}
</style>
background-color css
<style>
a { background-color: #CF9F85; }
a { background-color: rgb(207,159,133); }
div.DivClassName
{
background-color: #CF9F85;
}
.BgClassName
{
background-color: #CF9F85;
}
</style>
border-color css
<style>
span { border-color: #CF9F85; }
span { border-color: rgb(207,159,133); }
td.TdClassName
{
border-color: #CF9F85;
}
.TagClassName
{
border-color: #CF9F85;
}
</style>