Shades of Cameo #CDA17E
Tints of Cameo #CDA17E
RGB
CMYK
RGB Variations
Color information
#CDA17E (or 0xCDA17E) is known color: Cameo. HEX triplet: CD, A1 and 7E. RGB value is (205,161,126). Sum of RGB (Red+Green+Blue) = 205+161+126=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA17E is #325E81. Grayscale: #AAAAAA. Windows color (decimal): -3300994 or 8298957. OLE color: 8298957.
HSL color Cylindrical-coordinate representation of color #CDA17E: hue angle of 26.58º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDA17E is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 126 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.20 |
| HSL | 26.58º | 0.44% | 0.65% | - |
| HSV(B) | 26.58º | 0.39% | 0.8% | - |
| XYZ | 41.69 | 39.98 | 25.26 | - |
| YUV | 170.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 126 | 0 | 0.21 | 0.39 | 0.20 | 26.58 | 0.44 | 0.65 |
| Hex | CD | A1 | 7E | 0 | 15 | 27 | 14 | 1B | 2C | 41 |
| Octal | 315 | 241 | 176 | 0 | 25 | 47 | 24 | 33 | 54 | 101 |
| Binary | 11001101 | 10100001 | 1111110 | 0 | 10101 | 100111 | 10100 | 11011 | 101100 | 1000001 |
Color Harmonies of #CDA17E
Complementary color
Monochromatic Colors of #CDA17E
Black with #CDA17E
Text Example
Text Example
White with #CDA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA17E; }
p { color: rgb(205,161,126); }
H1.HeaderClassName
{
color: #CDA17E;
}
.AnyTagClassName
{
color: #CDA17E;
}
</style>
background-color css
<style>
a { background-color: #CDA17E; }
a { background-color: rgb(205,161,126); }
div.DivClassName
{
background-color: #CDA17E;
}
.BgClassName
{
background-color: #CDA17E;
}
</style>
border-color css
<style>
span { border-color: #CDA17E; }
span { border-color: rgb(205,161,126); }
td.TdClassName
{
border-color: #CDA17E;
}
.TagClassName
{
border-color: #CDA17E;
}
</style>