Shades of Cameo #CDA082
Tints of Cameo #CDA082
RGB
CMYK
RGB Variations
Color information
#CDA082 (or 0xCDA082) is known color: Cameo. HEX triplet: CD, A0 and 82. RGB value is (205,160,130). Sum of RGB (Red+Green+Blue) = 205+160+130=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA082 is #325F7D. Grayscale: #AAAAAA. Windows color (decimal): -3301246 or 8560845. OLE color: 8560845.
HSL color Cylindrical-coordinate representation of color #CDA082: hue angle of 24º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDA082 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 130 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.20 |
| HSL | 24º | 0.43% | 0.66% | - |
| HSV(B) | 24º | 0.37% | 0.8% | - |
| XYZ | 41.78 | 39.73 | 26.59 | - |
| YUV | 170.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 130 | 0 | 0.22 | 0.37 | 0.20 | 24 | 0.43 | 0.66 |
| Hex | CD | A0 | 82 | 0 | 16 | 25 | 14 | 18 | 2B | 42 |
| Octal | 315 | 240 | 202 | 0 | 26 | 45 | 24 | 30 | 53 | 102 |
| Binary | 11001101 | 10100000 | 10000010 | 0 | 10110 | 100101 | 10100 | 11000 | 101011 | 1000010 |
Color Harmonies of #CDA082
Complementary color
Monochromatic Colors of #CDA082
Black with #CDA082
Text Example
Text Example
White with #CDA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA082; }
p { color: rgb(205,160,130); }
H1.HeaderClassName
{
color: #CDA082;
}
.AnyTagClassName
{
color: #CDA082;
}
</style>
background-color css
<style>
a { background-color: #CDA082; }
a { background-color: rgb(205,160,130); }
div.DivClassName
{
background-color: #CDA082;
}
.BgClassName
{
background-color: #CDA082;
}
</style>
border-color css
<style>
span { border-color: #CDA082; }
span { border-color: rgb(205,160,130); }
td.TdClassName
{
border-color: #CDA082;
}
.TagClassName
{
border-color: #CDA082;
}
</style>