Shades of Cameo #CDA17C
Tints of Cameo #CDA17C
RGB
CMYK
RGB Variations
Color information
#CDA17C (or 0xCDA17C) is known color: Cameo. HEX triplet: CD, A1 and 7C. RGB value is (205,161,124). Sum of RGB (Red+Green+Blue) = 205+161+124=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA17C is #325E83. Grayscale: #AAAAAA. Windows color (decimal): -3300996 or 8167885. OLE color: 8167885.
HSL color Cylindrical-coordinate representation of color #CDA17C: hue angle of 27.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA17C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 124 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.20 |
| HSL | 27.41º | 0.45% | 0.65% | - |
| HSV(B) | 27.41º | 0.4% | 0.8% | - |
| XYZ | 41.56 | 39.92 | 24.58 | - |
| YUV | 169.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 124 | 0 | 0.21 | 0.40 | 0.20 | 27.41 | 0.45 | 0.65 |
| Hex | CD | A1 | 7C | 0 | 15 | 28 | 14 | 1B | 2D | 41 |
| Octal | 315 | 241 | 174 | 0 | 25 | 50 | 24 | 33 | 55 | 101 |
| Binary | 11001101 | 10100001 | 1111100 | 0 | 10101 | 101000 | 10100 | 11011 | 101101 | 1000001 |
Color Harmonies of #CDA17C
Complementary color
Monochromatic Colors of #CDA17C
Black with #CDA17C
Text Example
Text Example
White with #CDA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA17C; }
p { color: rgb(205,161,124); }
H1.HeaderClassName
{
color: #CDA17C;
}
.AnyTagClassName
{
color: #CDA17C;
}
</style>
background-color css
<style>
a { background-color: #CDA17C; }
a { background-color: rgb(205,161,124); }
div.DivClassName
{
background-color: #CDA17C;
}
.BgClassName
{
background-color: #CDA17C;
}
</style>
border-color css
<style>
span { border-color: #CDA17C; }
span { border-color: rgb(205,161,124); }
td.TdClassName
{
border-color: #CDA17C;
}
.TagClassName
{
border-color: #CDA17C;
}
</style>