Shades of Cameo #CFA078
Tints of Cameo #CFA078
RGB
CMYK
RGB Variations
Color information
#CFA078 (or 0xCFA078) is known color: Cameo. HEX triplet: CF, A0 and 78. RGB value is (207,160,120). Sum of RGB (Red+Green+Blue) = 207+160+120=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA078 is #305F87. Grayscale: #A9A9A9. Windows color (decimal): -3170184 or 7905487. OLE color: 7905487.
HSL color Cylindrical-coordinate representation of color #CFA078: hue angle of 27.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFA078 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 120 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.19 |
| HSL | 27.59º | 0.48% | 0.64% | - |
| HSV(B) | 27.59º | 0.42% | 0.81% | - |
| XYZ | 41.69 | 39.76 | 23.25 | - |
| YUV | 169.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 120 | 0 | 0.23 | 0.42 | 0.19 | 27.59 | 0.48 | 0.64 |
| Hex | CF | A0 | 78 | 0 | 17 | 2A | 13 | 1C | 30 | 40 |
| Octal | 317 | 240 | 170 | 0 | 27 | 52 | 23 | 34 | 60 | 100 |
| Binary | 11001111 | 10100000 | 1111000 | 0 | 10111 | 101010 | 10011 | 11100 | 110000 | 1000000 |
Color Harmonies of #CFA078
Complementary color
Monochromatic Colors of #CFA078
Black with #CFA078
Text Example
Text Example
White with #CFA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA078; }
p { color: rgb(207,160,120); }
H1.HeaderClassName
{
color: #CFA078;
}
.AnyTagClassName
{
color: #CFA078;
}
</style>
background-color css
<style>
a { background-color: #CFA078; }
a { background-color: rgb(207,160,120); }
div.DivClassName
{
background-color: #CFA078;
}
.BgClassName
{
background-color: #CFA078;
}
</style>
border-color css
<style>
span { border-color: #CFA078; }
span { border-color: rgb(207,160,120); }
td.TdClassName
{
border-color: #CFA078;
}
.TagClassName
{
border-color: #CFA078;
}
</style>