Shades of Cameo #CFA57C
Tints of Cameo #CFA57C
RGB
CMYK
RGB Variations
Color information
#CFA57C (or 0xCFA57C) is known color: Cameo. HEX triplet: CF, A5 and 7C. RGB value is (207,165,124). Sum of RGB (Red+Green+Blue) = 207+165+124=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA57C is #305A83. Grayscale: #ADADAD. Windows color (decimal): -3168900 or 8168911. OLE color: 8168911.
HSL color Cylindrical-coordinate representation of color #CFA57C: hue angle of 29.64º 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 #CFA57C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 124 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.19 |
| HSL | 29.64º | 0.46% | 0.65% | - |
| HSV(B) | 29.64º | 0.4% | 0.81% | - |
| XYZ | 42.83 | 41.63 | 24.85 | - |
| YUV | 172.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 124 | 0 | 0.20 | 0.40 | 0.19 | 29.64 | 0.46 | 0.65 |
| Hex | CF | A5 | 7C | 0 | 14 | 28 | 13 | 1E | 2E | 41 |
| Octal | 317 | 245 | 174 | 0 | 24 | 50 | 23 | 36 | 56 | 101 |
| Binary | 11001111 | 10100101 | 1111100 | 0 | 10100 | 101000 | 10011 | 11110 | 101110 | 1000001 |
Color Harmonies of #CFA57C
Complementary color
Monochromatic Colors of #CFA57C
Black with #CFA57C
Text Example
Text Example
White with #CFA57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA57C; }
p { color: rgb(207,165,124); }
H1.HeaderClassName
{
color: #CFA57C;
}
.AnyTagClassName
{
color: #CFA57C;
}
</style>
background-color css
<style>
a { background-color: #CFA57C; }
a { background-color: rgb(207,165,124); }
div.DivClassName
{
background-color: #CFA57C;
}
.BgClassName
{
background-color: #CFA57C;
}
</style>
border-color css
<style>
span { border-color: #CFA57C; }
span { border-color: rgb(207,165,124); }
td.TdClassName
{
border-color: #CFA57C;
}
.TagClassName
{
border-color: #CFA57C;
}
</style>