Shades of Cameo #CDA87C
Tints of Cameo #CDA87C
RGB
CMYK
RGB Variations
Color information
#CDA87C (or 0xCDA87C) is known color: Cameo. HEX triplet: CD, A8 and 7C. RGB value is (205,168,124). Sum of RGB (Red+Green+Blue) = 205+168+124=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA87C is #325783. Grayscale: #AEAEAE. Windows color (decimal): -3299204 or 8169677. OLE color: 8169677.
HSL color Cylindrical-coordinate representation of color #CDA87C: hue angle of 32.59º 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 #CDA87C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 124 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.20 |
| HSL | 32.59º | 0.45% | 0.65% | - |
| HSV(B) | 32.59º | 0.4% | 0.8% | - |
| XYZ | 42.82 | 42.44 | 25 | - |
| YUV | 174.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 124 | 0 | 0.18 | 0.40 | 0.20 | 32.59 | 0.45 | 0.65 |
| Hex | CD | A8 | 7C | 0 | 12 | 28 | 14 | 21 | 2D | 41 |
| Octal | 315 | 250 | 174 | 0 | 22 | 50 | 24 | 41 | 55 | 101 |
| Binary | 11001101 | 10101000 | 1111100 | 0 | 10010 | 101000 | 10100 | 100001 | 101101 | 1000001 |
Color Harmonies of #CDA87C
Complementary color
Monochromatic Colors of #CDA87C
Black with #CDA87C
Text Example
Text Example
White with #CDA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA87C; }
p { color: rgb(205,168,124); }
H1.HeaderClassName
{
color: #CDA87C;
}
.AnyTagClassName
{
color: #CDA87C;
}
</style>
background-color css
<style>
a { background-color: #CDA87C; }
a { background-color: rgb(205,168,124); }
div.DivClassName
{
background-color: #CDA87C;
}
.BgClassName
{
background-color: #CDA87C;
}
</style>
border-color css
<style>
span { border-color: #CDA87C; }
span { border-color: rgb(205,168,124); }
td.TdClassName
{
border-color: #CDA87C;
}
.TagClassName
{
border-color: #CDA87C;
}
</style>