Shades of Cameo #CDA382
Tints of Cameo #CDA382
RGB
CMYK
RGB Variations
Color information
#CDA382 (or 0xCDA382) is known color: Cameo. HEX triplet: CD, A3 and 82. RGB value is (205,163,130). Sum of RGB (Red+Green+Blue) = 205+163+130=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA382 is #325C7D. Grayscale: #ABABAB. Windows color (decimal): -3300478 or 8561613. OLE color: 8561613.
HSL color Cylindrical-coordinate representation of color #CDA382: hue angle of 26.4º 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 #CDA382 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 130 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.20 |
| HSL | 26.4º | 0.43% | 0.66% | - |
| HSV(B) | 26.4º | 0.37% | 0.8% | - |
| XYZ | 42.3 | 40.79 | 26.76 | - |
| YUV | 171.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 130 | 0 | 0.20 | 0.37 | 0.20 | 26.4 | 0.43 | 0.66 |
| Hex | CD | A3 | 82 | 0 | 14 | 25 | 14 | 1A | 2B | 42 |
| Octal | 315 | 243 | 202 | 0 | 24 | 45 | 24 | 32 | 53 | 102 |
| Binary | 11001101 | 10100011 | 10000010 | 0 | 10100 | 100101 | 10100 | 11010 | 101011 | 1000010 |
Color Harmonies of #CDA382
Complementary color
Monochromatic Colors of #CDA382
Black with #CDA382
Text Example
Text Example
White with #CDA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA382; }
p { color: rgb(205,163,130); }
H1.HeaderClassName
{
color: #CDA382;
}
.AnyTagClassName
{
color: #CDA382;
}
</style>
background-color css
<style>
a { background-color: #CDA382; }
a { background-color: rgb(205,163,130); }
div.DivClassName
{
background-color: #CDA382;
}
.BgClassName
{
background-color: #CDA382;
}
</style>
border-color css
<style>
span { border-color: #CDA382; }
span { border-color: rgb(205,163,130); }
td.TdClassName
{
border-color: #CDA382;
}
.TagClassName
{
border-color: #CDA382;
}
</style>