Shades of Cameo #CDA385
Tints of Cameo #CDA385
RGB
CMYK
RGB Variations
Color information
#CDA385 (or 0xCDA385) is known color: Cameo. HEX triplet: CD, A3 and 85. RGB value is (205,163,133). Sum of RGB (Red+Green+Blue) = 205+163+133=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA385 is #325C7A. Grayscale: #ACACAC. Windows color (decimal): -3300475 or 8758221. OLE color: 8758221.
HSL color Cylindrical-coordinate representation of color #CDA385: hue angle of 25º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA385 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 133 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.20 |
| HSL | 25º | 0.42% | 0.66% | - |
| HSV(B) | 25º | 0.35% | 0.8% | - |
| XYZ | 42.51 | 40.87 | 27.84 | - |
| YUV | 172.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 133 | 0 | 0.20 | 0.35 | 0.20 | 25 | 0.42 | 0.66 |
| Hex | CD | A3 | 85 | 0 | 14 | 23 | 14 | 19 | 2A | 42 |
| Octal | 315 | 243 | 205 | 0 | 24 | 43 | 24 | 31 | 52 | 102 |
| Binary | 11001101 | 10100011 | 10000101 | 0 | 10100 | 100011 | 10100 | 11001 | 101010 | 1000010 |
Color Harmonies of #CDA385
Complementary color
Monochromatic Colors of #CDA385
Black with #CDA385
Text Example
Text Example
White with #CDA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA385; }
p { color: rgb(205,163,133); }
H1.HeaderClassName
{
color: #CDA385;
}
.AnyTagClassName
{
color: #CDA385;
}
</style>
background-color css
<style>
a { background-color: #CDA385; }
a { background-color: rgb(205,163,133); }
div.DivClassName
{
background-color: #CDA385;
}
.BgClassName
{
background-color: #CDA385;
}
</style>
border-color css
<style>
span { border-color: #CDA385; }
span { border-color: rgb(205,163,133); }
td.TdClassName
{
border-color: #CDA385;
}
.TagClassName
{
border-color: #CDA385;
}
</style>