Shades of Cameo #CFA073
Tints of Cameo #CFA073
RGB
CMYK
RGB Variations
Color information
#CFA073 (or 0xCFA073) is known color: Cameo. HEX triplet: CF, A0 and 73. RGB value is (207,160,115). Sum of RGB (Red+Green+Blue) = 207+160+115=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA073 is #305F8C. Grayscale: #A9A9A9. Windows color (decimal): -3170189 or 7577807. OLE color: 7577807.
HSL color Cylindrical-coordinate representation of color #CFA073: hue angle of 29.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFA073 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 115 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.19 |
| HSL | 29.35º | 0.49% | 0.63% | - |
| HSV(B) | 29.35º | 0.44% | 0.81% | - |
| XYZ | 41.4 | 39.64 | 21.69 | - |
| YUV | 168.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 115 | 0 | 0.23 | 0.44 | 0.19 | 29.35 | 0.49 | 0.63 |
| Hex | CF | A0 | 73 | 0 | 17 | 2C | 13 | 1D | 31 | 3F |
| Octal | 317 | 240 | 163 | 0 | 27 | 54 | 23 | 35 | 61 | 77 |
| Binary | 11001111 | 10100000 | 1110011 | 0 | 10111 | 101100 | 10011 | 11101 | 110001 | 111111 |
Color Harmonies of #CFA073
Complementary color
Monochromatic Colors of #CFA073
Black with #CFA073
Text Example
Text Example
White with #CFA073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA073; }
p { color: rgb(207,160,115); }
H1.HeaderClassName
{
color: #CFA073;
}
.AnyTagClassName
{
color: #CFA073;
}
</style>
background-color css
<style>
a { background-color: #CFA073; }
a { background-color: rgb(207,160,115); }
div.DivClassName
{
background-color: #CFA073;
}
.BgClassName
{
background-color: #CFA073;
}
</style>
border-color css
<style>
span { border-color: #CFA073; }
span { border-color: rgb(207,160,115); }
td.TdClassName
{
border-color: #CFA073;
}
.TagClassName
{
border-color: #CFA073;
}
</style>