Shades of Cameo #CF9F76
Tints of Cameo #CF9F76
RGB
CMYK
RGB Variations
Color information
#CF9F76 (or 0xCF9F76) is known color: Cameo. HEX triplet: CF, 9F and 76. RGB value is (207,159,118). Sum of RGB (Red+Green+Blue) = 207+159+118=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F76 is #306089. Grayscale: #A8A8A8. Windows color (decimal): -3170442 or 7774159. OLE color: 7774159.
HSL color Cylindrical-coordinate representation of color #CF9F76: hue angle of 27.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF9F76 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 118 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.19 |
| HSL | 27.64º | 0.48% | 0.64% | - |
| HSV(B) | 27.64º | 0.43% | 0.81% | - |
| XYZ | 41.4 | 39.37 | 22.56 | - |
| YUV | 168.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 118 | 0 | 0.23 | 0.43 | 0.19 | 27.64 | 0.48 | 0.64 |
| Hex | CF | 9F | 76 | 0 | 17 | 2B | 13 | 1C | 30 | 40 |
| Octal | 317 | 237 | 166 | 0 | 27 | 53 | 23 | 34 | 60 | 100 |
| Binary | 11001111 | 10011111 | 1110110 | 0 | 10111 | 101011 | 10011 | 11100 | 110000 | 1000000 |
Color Harmonies of #CF9F76
Complementary color
Monochromatic Colors of #CF9F76
Black with #CF9F76
Text Example
Text Example
White with #CF9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F76; }
p { color: rgb(207,159,118); }
H1.HeaderClassName
{
color: #CF9F76;
}
.AnyTagClassName
{
color: #CF9F76;
}
</style>
background-color css
<style>
a { background-color: #CF9F76; }
a { background-color: rgb(207,159,118); }
div.DivClassName
{
background-color: #CF9F76;
}
.BgClassName
{
background-color: #CF9F76;
}
</style>
border-color css
<style>
span { border-color: #CF9F76; }
span { border-color: rgb(207,159,118); }
td.TdClassName
{
border-color: #CF9F76;
}
.TagClassName
{
border-color: #CF9F76;
}
</style>