Shades of Cameo #CFA07E
Tints of Cameo #CFA07E
RGB
CMYK
RGB Variations
Color information
#CFA07E (or 0xCFA07E) is known color: Cameo. HEX triplet: CF, A0 and 7E. RGB value is (207,160,126). Sum of RGB (Red+Green+Blue) = 207+160+126=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA07E is #305F81. Grayscale: #AAAAAA. Windows color (decimal): -3170178 or 8298703. OLE color: 8298703.
HSL color Cylindrical-coordinate representation of color #CFA07E: hue angle of 25.19º degrees, saturation: 0.46, 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 #CFA07E is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 126 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.19 |
| HSL | 25.19º | 0.46% | 0.65% | - |
| HSV(B) | 25.19º | 0.39% | 0.81% | - |
| XYZ | 42.07 | 39.91 | 25.23 | - |
| YUV | 170.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 126 | 0 | 0.23 | 0.39 | 0.19 | 25.19 | 0.46 | 0.65 |
| Hex | CF | A0 | 7E | 0 | 17 | 27 | 13 | 19 | 2E | 41 |
| Octal | 317 | 240 | 176 | 0 | 27 | 47 | 23 | 31 | 56 | 101 |
| Binary | 11001111 | 10100000 | 1111110 | 0 | 10111 | 100111 | 10011 | 11001 | 101110 | 1000001 |
Color Harmonies of #CFA07E
Complementary color
Monochromatic Colors of #CFA07E
Black with #CFA07E
Text Example
Text Example
White with #CFA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA07E; }
p { color: rgb(207,160,126); }
H1.HeaderClassName
{
color: #CFA07E;
}
.AnyTagClassName
{
color: #CFA07E;
}
</style>
background-color css
<style>
a { background-color: #CFA07E; }
a { background-color: rgb(207,160,126); }
div.DivClassName
{
background-color: #CFA07E;
}
.BgClassName
{
background-color: #CFA07E;
}
</style>
border-color css
<style>
span { border-color: #CFA07E; }
span { border-color: rgb(207,160,126); }
td.TdClassName
{
border-color: #CFA07E;
}
.TagClassName
{
border-color: #CFA07E;
}
</style>