Shades of Cameo #CFA37F
Tints of Cameo #CFA37F
RGB
CMYK
RGB Variations
Color information
#CFA37F (or 0xCFA37F) is known color: Cameo. HEX triplet: CF, A3 and 7F. RGB value is (207,163,127). Sum of RGB (Red+Green+Blue) = 207+163+127=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA37F is #305C80. Grayscale: #ACACAC. Windows color (decimal): -3169409 or 8365007. OLE color: 8365007.
HSL color Cylindrical-coordinate representation of color #CFA37F: hue angle of 27º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFA37F is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 127 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.19 |
| HSL | 27º | 0.45% | 0.65% | - |
| HSV(B) | 27º | 0.39% | 0.81% | - |
| XYZ | 42.66 | 40.99 | 25.74 | - |
| YUV | 172.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 127 | 0 | 0.21 | 0.39 | 0.19 | 27 | 0.45 | 0.65 |
| Hex | CF | A3 | 7F | 0 | 15 | 27 | 13 | 1B | 2D | 41 |
| Octal | 317 | 243 | 177 | 0 | 25 | 47 | 23 | 33 | 55 | 101 |
| Binary | 11001111 | 10100011 | 1111111 | 0 | 10101 | 100111 | 10011 | 11011 | 101101 | 1000001 |
Color Harmonies of #CFA37F
Complementary color
Monochromatic Colors of #CFA37F
Black with #CFA37F
Text Example
Text Example
White with #CFA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA37F; }
p { color: rgb(207,163,127); }
H1.HeaderClassName
{
color: #CFA37F;
}
.AnyTagClassName
{
color: #CFA37F;
}
</style>
background-color css
<style>
a { background-color: #CFA37F; }
a { background-color: rgb(207,163,127); }
div.DivClassName
{
background-color: #CFA37F;
}
.BgClassName
{
background-color: #CFA37F;
}
</style>
border-color css
<style>
span { border-color: #CFA37F; }
span { border-color: rgb(207,163,127); }
td.TdClassName
{
border-color: #CFA37F;
}
.TagClassName
{
border-color: #CFA37F;
}
</style>