Shades of Cameo #CFA478
Tints of Cameo #CFA478
RGB
CMYK
RGB Variations
Color information
#CFA478 (or 0xCFA478) is known color: Cameo. HEX triplet: CF, A4 and 78. RGB value is (207,164,120). Sum of RGB (Red+Green+Blue) = 207+164+120=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA478 is #305B87. Grayscale: #ACACAC. Windows color (decimal): -3169160 or 7906511. OLE color: 7906511.
HSL color Cylindrical-coordinate representation of color #CFA478: hue angle of 30.34º 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 #CFA478 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 120 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.19 |
| HSL | 30.34º | 0.48% | 0.64% | - |
| HSV(B) | 30.34º | 0.42% | 0.81% | - |
| XYZ | 42.4 | 41.17 | 23.48 | - |
| YUV | 171.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 120 | 0 | 0.21 | 0.42 | 0.19 | 30.34 | 0.48 | 0.64 |
| Hex | CF | A4 | 78 | 0 | 15 | 2A | 13 | 1E | 30 | 40 |
| Octal | 317 | 244 | 170 | 0 | 25 | 52 | 23 | 36 | 60 | 100 |
| Binary | 11001111 | 10100100 | 1111000 | 0 | 10101 | 101010 | 10011 | 11110 | 110000 | 1000000 |
Color Harmonies of #CFA478
Complementary color
Monochromatic Colors of #CFA478
Black with #CFA478
Text Example
Text Example
White with #CFA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA478; }
p { color: rgb(207,164,120); }
H1.HeaderClassName
{
color: #CFA478;
}
.AnyTagClassName
{
color: #CFA478;
}
</style>
background-color css
<style>
a { background-color: #CFA478; }
a { background-color: rgb(207,164,120); }
div.DivClassName
{
background-color: #CFA478;
}
.BgClassName
{
background-color: #CFA478;
}
</style>
border-color css
<style>
span { border-color: #CFA478; }
span { border-color: rgb(207,164,120); }
td.TdClassName
{
border-color: #CFA478;
}
.TagClassName
{
border-color: #CFA478;
}
</style>