Shades of Cameo #CFA77C
Tints of Cameo #CFA77C
RGB
CMYK
RGB Variations
Color information
#CFA77C (or 0xCFA77C) is known color: Cameo. HEX triplet: CF, A7 and 7C. RGB value is (207,167,124). Sum of RGB (Red+Green+Blue) = 207+167+124=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA77C is #305883. Grayscale: #AEAEAE. Windows color (decimal): -3168388 or 8169423. OLE color: 8169423.
HSL color Cylindrical-coordinate representation of color #CFA77C: hue angle of 31.08º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFA77C is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 124 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.19 |
| HSL | 31.08º | 0.46% | 0.65% | - |
| HSV(B) | 31.08º | 0.4% | 0.81% | - |
| XYZ | 43.19 | 42.36 | 24.97 | - |
| YUV | 174.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 124 | 0 | 0.19 | 0.40 | 0.19 | 31.08 | 0.46 | 0.65 |
| Hex | CF | A7 | 7C | 0 | 13 | 28 | 13 | 1F | 2E | 41 |
| Octal | 317 | 247 | 174 | 0 | 23 | 50 | 23 | 37 | 56 | 101 |
| Binary | 11001111 | 10100111 | 1111100 | 0 | 10011 | 101000 | 10011 | 11111 | 101110 | 1000001 |
Color Harmonies of #CFA77C
Complementary color
Monochromatic Colors of #CFA77C
Black with #CFA77C
Text Example
Text Example
White with #CFA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA77C; }
p { color: rgb(207,167,124); }
H1.HeaderClassName
{
color: #CFA77C;
}
.AnyTagClassName
{
color: #CFA77C;
}
</style>
background-color css
<style>
a { background-color: #CFA77C; }
a { background-color: rgb(207,167,124); }
div.DivClassName
{
background-color: #CFA77C;
}
.BgClassName
{
background-color: #CFA77C;
}
</style>
border-color css
<style>
span { border-color: #CFA77C; }
span { border-color: rgb(207,167,124); }
td.TdClassName
{
border-color: #CFA77C;
}
.TagClassName
{
border-color: #CFA77C;
}
</style>