Shades of Cameo #CFA17D
Tints of Cameo #CFA17D
RGB
CMYK
RGB Variations
Color information
#CFA17D (or 0xCFA17D) is known color: Cameo. HEX triplet: CF, A1 and 7D. RGB value is (207,161,125). Sum of RGB (Red+Green+Blue) = 207+161+125=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA17D is #305E82. Grayscale: #AAAAAA. Windows color (decimal): -3169923 or 8233423. OLE color: 8233423.
HSL color Cylindrical-coordinate representation of color #CFA17D: hue angle of 26.34º 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 #CFA17D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 125 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.19 |
| HSL | 26.34º | 0.46% | 0.65% | - |
| HSV(B) | 26.34º | 0.4% | 0.81% | - |
| XYZ | 42.18 | 40.24 | 24.95 | - |
| YUV | 170.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 125 | 0 | 0.22 | 0.40 | 0.19 | 26.34 | 0.46 | 0.65 |
| Hex | CF | A1 | 7D | 0 | 16 | 28 | 13 | 1A | 2E | 41 |
| Octal | 317 | 241 | 175 | 0 | 26 | 50 | 23 | 32 | 56 | 101 |
| Binary | 11001111 | 10100001 | 1111101 | 0 | 10110 | 101000 | 10011 | 11010 | 101110 | 1000001 |
Color Harmonies of #CFA17D
Complementary color
Monochromatic Colors of #CFA17D
Black with #CFA17D
Text Example
Text Example
White with #CFA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA17D; }
p { color: rgb(207,161,125); }
H1.HeaderClassName
{
color: #CFA17D;
}
.AnyTagClassName
{
color: #CFA17D;
}
</style>
background-color css
<style>
a { background-color: #CFA17D; }
a { background-color: rgb(207,161,125); }
div.DivClassName
{
background-color: #CFA17D;
}
.BgClassName
{
background-color: #CFA17D;
}
</style>
border-color css
<style>
span { border-color: #CFA17D; }
span { border-color: rgb(207,161,125); }
td.TdClassName
{
border-color: #CFA17D;
}
.TagClassName
{
border-color: #CFA17D;
}
</style>