Shades of Cameo #CFA679
Tints of Cameo #CFA679
RGB
CMYK
RGB Variations
Color information
#CFA679 (or 0xCFA679) is known color: Cameo. HEX triplet: CF, A6 and 79. RGB value is (207,166,121). Sum of RGB (Red+Green+Blue) = 207+166+121=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA679 is #305986. Grayscale: #ADADAD. Windows color (decimal): -3168647 or 7972559. OLE color: 7972559.
HSL color Cylindrical-coordinate representation of color #CFA679: hue angle of 31.4º degrees, saturation: 0.47, 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 #CFA679 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 121 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.19 |
| HSL | 31.4º | 0.47% | 0.64% | - |
| HSV(B) | 31.4º | 0.42% | 0.81% | - |
| XYZ | 42.82 | 41.92 | 23.92 | - |
| YUV | 173.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 121 | 0 | 0.20 | 0.42 | 0.19 | 31.4 | 0.47 | 0.64 |
| Hex | CF | A6 | 79 | 0 | 14 | 2A | 13 | 1F | 2F | 40 |
| Octal | 317 | 246 | 171 | 0 | 24 | 52 | 23 | 37 | 57 | 100 |
| Binary | 11001111 | 10100110 | 1111001 | 0 | 10100 | 101010 | 10011 | 11111 | 101111 | 1000000 |
Color Harmonies of #CFA679
Complementary color
Monochromatic Colors of #CFA679
Black with #CFA679
Text Example
Text Example
White with #CFA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA679; }
p { color: rgb(207,166,121); }
H1.HeaderClassName
{
color: #CFA679;
}
.AnyTagClassName
{
color: #CFA679;
}
</style>
background-color css
<style>
a { background-color: #CFA679; }
a { background-color: rgb(207,166,121); }
div.DivClassName
{
background-color: #CFA679;
}
.BgClassName
{
background-color: #CFA679;
}
</style>
border-color css
<style>
span { border-color: #CFA679; }
span { border-color: rgb(207,166,121); }
td.TdClassName
{
border-color: #CFA679;
}
.TagClassName
{
border-color: #CFA679;
}
</style>