Shades of Cameo #CFA07F
Tints of Cameo #CFA07F
RGB
CMYK
RGB Variations
Color information
#CFA07F (or 0xCFA07F) is known color: Cameo. HEX triplet: CF, A0 and 7F. RGB value is (207,160,127). Sum of RGB (Red+Green+Blue) = 207+160+127=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA07F is #305F80. Grayscale: #AAAAAA. Windows color (decimal): -3170177 or 8364239. OLE color: 8364239.
HSL color Cylindrical-coordinate representation of color #CFA07F: hue angle of 24.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFA07F is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 127 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.19 |
| HSL | 24.75º | 0.45% | 0.65% | - |
| HSV(B) | 24.75º | 0.39% | 0.81% | - |
| XYZ | 42.13 | 39.94 | 25.57 | - |
| YUV | 170.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 127 | 0 | 0.23 | 0.39 | 0.19 | 24.75 | 0.45 | 0.65 |
| Hex | CF | A0 | 7F | 0 | 17 | 27 | 13 | 19 | 2D | 41 |
| Octal | 317 | 240 | 177 | 0 | 27 | 47 | 23 | 31 | 55 | 101 |
| Binary | 11001111 | 10100000 | 1111111 | 0 | 10111 | 100111 | 10011 | 11001 | 101101 | 1000001 |
Color Harmonies of #CFA07F
Complementary color
Monochromatic Colors of #CFA07F
Black with #CFA07F
Text Example
Text Example
White with #CFA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA07F; }
p { color: rgb(207,160,127); }
H1.HeaderClassName
{
color: #CFA07F;
}
.AnyTagClassName
{
color: #CFA07F;
}
</style>
background-color css
<style>
a { background-color: #CFA07F; }
a { background-color: rgb(207,160,127); }
div.DivClassName
{
background-color: #CFA07F;
}
.BgClassName
{
background-color: #CFA07F;
}
</style>
border-color css
<style>
span { border-color: #CFA07F; }
span { border-color: rgb(207,160,127); }
td.TdClassName
{
border-color: #CFA07F;
}
.TagClassName
{
border-color: #CFA07F;
}
</style>