Shades of Cameo #CDA576
Tints of Cameo #CDA576
RGB
CMYK
RGB Variations
Color information
#CDA576 (or 0xCDA576) is known color: Cameo. HEX triplet: CD, A5 and 76. RGB value is (205,165,118). Sum of RGB (Red+Green+Blue) = 205+165+118=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA576 is #325A89. Grayscale: #ABABAB. Windows color (decimal): -3299978 or 7775693. OLE color: 7775693.
HSL color Cylindrical-coordinate representation of color #CDA576: hue angle of 32.41º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA576 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 118 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.20 |
| HSL | 32.41º | 0.47% | 0.63% | - |
| HSV(B) | 32.41º | 0.42% | 0.8% | - |
| XYZ | 41.9 | 41.2 | 22.88 | - |
| YUV | 171.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 118 | 0 | 0.20 | 0.42 | 0.20 | 32.41 | 0.47 | 0.63 |
| Hex | CD | A5 | 76 | 0 | 14 | 2A | 14 | 20 | 2F | 3F |
| Octal | 315 | 245 | 166 | 0 | 24 | 52 | 24 | 40 | 57 | 77 |
| Binary | 11001101 | 10100101 | 1110110 | 0 | 10100 | 101010 | 10100 | 100000 | 101111 | 111111 |
Color Harmonies of #CDA576
Complementary color
Monochromatic Colors of #CDA576
Black with #CDA576
Text Example
Text Example
White with #CDA576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA576; }
p { color: rgb(205,165,118); }
H1.HeaderClassName
{
color: #CDA576;
}
.AnyTagClassName
{
color: #CDA576;
}
</style>
background-color css
<style>
a { background-color: #CDA576; }
a { background-color: rgb(205,165,118); }
div.DivClassName
{
background-color: #CDA576;
}
.BgClassName
{
background-color: #CDA576;
}
</style>
border-color css
<style>
span { border-color: #CDA576; }
span { border-color: rgb(205,165,118); }
td.TdClassName
{
border-color: #CDA576;
}
.TagClassName
{
border-color: #CDA576;
}
</style>