Shades of Cameo #CFA17E
Tints of Cameo #CFA17E
RGB
CMYK
RGB Variations
Color information
#CFA17E (or 0xCFA17E) is known color: Cameo. HEX triplet: CF, A1 and 7E. RGB value is (207,161,126). Sum of RGB (Red+Green+Blue) = 207+161+126=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA17E is #305E81. Grayscale: #AAAAAA. Windows color (decimal): -3169922 or 8298959. OLE color: 8298959.
HSL color Cylindrical-coordinate representation of color #CFA17E: hue angle of 25.93º 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 #CFA17E is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 126 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.19 |
| HSL | 25.93º | 0.46% | 0.65% | - |
| HSV(B) | 25.93º | 0.39% | 0.81% | - |
| XYZ | 42.24 | 40.26 | 25.28 | - |
| YUV | 170.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 126 | 0 | 0.22 | 0.39 | 0.19 | 25.93 | 0.46 | 0.65 |
| Hex | CF | A1 | 7E | 0 | 16 | 27 | 13 | 1A | 2E | 41 |
| Octal | 317 | 241 | 176 | 0 | 26 | 47 | 23 | 32 | 56 | 101 |
| Binary | 11001111 | 10100001 | 1111110 | 0 | 10110 | 100111 | 10011 | 11010 | 101110 | 1000001 |
Color Harmonies of #CFA17E
Complementary color
Monochromatic Colors of #CFA17E
Black with #CFA17E
Text Example
Text Example
White with #CFA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA17E; }
p { color: rgb(207,161,126); }
H1.HeaderClassName
{
color: #CFA17E;
}
.AnyTagClassName
{
color: #CFA17E;
}
</style>
background-color css
<style>
a { background-color: #CFA17E; }
a { background-color: rgb(207,161,126); }
div.DivClassName
{
background-color: #CFA17E;
}
.BgClassName
{
background-color: #CFA17E;
}
</style>
border-color css
<style>
span { border-color: #CFA17E; }
span { border-color: rgb(207,161,126); }
td.TdClassName
{
border-color: #CFA17E;
}
.TagClassName
{
border-color: #CFA17E;
}
</style>