Shades of Cameo #CFA37E
Tints of Cameo #CFA37E
RGB
CMYK
RGB Variations
Color information
#CFA37E (or 0xCFA37E) is known color: Cameo. HEX triplet: CF, A3 and 7E. RGB value is (207,163,126). Sum of RGB (Red+Green+Blue) = 207+163+126=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA37E is #305C81. Grayscale: #ACACAC. Windows color (decimal): -3169410 or 8299471. OLE color: 8299471.
HSL color Cylindrical-coordinate representation of color #CFA37E: hue angle of 27.41º degrees, saturation: 0.46, 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 #CFA37E is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 126 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.19 |
| HSL | 27.41º | 0.46% | 0.65% | - |
| HSV(B) | 27.41º | 0.39% | 0.81% | - |
| XYZ | 42.6 | 40.97 | 25.4 | - |
| YUV | 171.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 126 | 0 | 0.21 | 0.39 | 0.19 | 27.41 | 0.46 | 0.65 |
| Hex | CF | A3 | 7E | 0 | 15 | 27 | 13 | 1B | 2E | 41 |
| Octal | 317 | 243 | 176 | 0 | 25 | 47 | 23 | 33 | 56 | 101 |
| Binary | 11001111 | 10100011 | 1111110 | 0 | 10101 | 100111 | 10011 | 11011 | 101110 | 1000001 |
Color Harmonies of #CFA37E
Complementary color
Monochromatic Colors of #CFA37E
Black with #CFA37E
Text Example
Text Example
White with #CFA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA37E; }
p { color: rgb(207,163,126); }
H1.HeaderClassName
{
color: #CFA37E;
}
.AnyTagClassName
{
color: #CFA37E;
}
</style>
background-color css
<style>
a { background-color: #CFA37E; }
a { background-color: rgb(207,163,126); }
div.DivClassName
{
background-color: #CFA37E;
}
.BgClassName
{
background-color: #CFA37E;
}
</style>
border-color css
<style>
span { border-color: #CFA37E; }
span { border-color: rgb(207,163,126); }
td.TdClassName
{
border-color: #CFA37E;
}
.TagClassName
{
border-color: #CFA37E;
}
</style>