Shades of Cameo #CFA17C
Tints of Cameo #CFA17C
RGB
CMYK
RGB Variations
Color information
#CFA17C (or 0xCFA17C) is known color: Cameo. HEX triplet: CF, A1 and 7C. RGB value is (207,161,124). Sum of RGB (Red+Green+Blue) = 207+161+124=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA17C is #305E83. Grayscale: #AAAAAA. Windows color (decimal): -3169924 or 8167887. OLE color: 8167887.
HSL color Cylindrical-coordinate representation of color #CFA17C: hue angle of 26.75º 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 #CFA17C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 124 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.19 |
| HSL | 26.75º | 0.46% | 0.65% | - |
| HSV(B) | 26.75º | 0.4% | 0.81% | - |
| XYZ | 42.12 | 40.21 | 24.61 | - |
| YUV | 170.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 124 | 0 | 0.22 | 0.40 | 0.19 | 26.75 | 0.46 | 0.65 |
| Hex | CF | A1 | 7C | 0 | 16 | 28 | 13 | 1B | 2E | 41 |
| Octal | 317 | 241 | 174 | 0 | 26 | 50 | 23 | 33 | 56 | 101 |
| Binary | 11001111 | 10100001 | 1111100 | 0 | 10110 | 101000 | 10011 | 11011 | 101110 | 1000001 |
Color Harmonies of #CFA17C
Complementary color
Monochromatic Colors of #CFA17C
Black with #CFA17C
Text Example
Text Example
White with #CFA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA17C; }
p { color: rgb(207,161,124); }
H1.HeaderClassName
{
color: #CFA17C;
}
.AnyTagClassName
{
color: #CFA17C;
}
</style>
background-color css
<style>
a { background-color: #CFA17C; }
a { background-color: rgb(207,161,124); }
div.DivClassName
{
background-color: #CFA17C;
}
.BgClassName
{
background-color: #CFA17C;
}
</style>
border-color css
<style>
span { border-color: #CFA17C; }
span { border-color: rgb(207,161,124); }
td.TdClassName
{
border-color: #CFA17C;
}
.TagClassName
{
border-color: #CFA17C;
}
</style>