Shades of Cameo #CDA285
Tints of Cameo #CDA285
RGB
CMYK
RGB Variations
Color information
#CDA285 (or 0xCDA285) is known color: Cameo. HEX triplet: CD, A2 and 85. RGB value is (205,162,133). Sum of RGB (Red+Green+Blue) = 205+162+133=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA285 is #325D7A. Grayscale: #ABABAB. Windows color (decimal): -3300731 or 8757965. OLE color: 8757965.
HSL color Cylindrical-coordinate representation of color #CDA285: hue angle of 24.17º 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 #CDA285 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 133 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.20 |
| HSL | 24.17º | 0.42% | 0.66% | - |
| HSV(B) | 24.17º | 0.35% | 0.8% | - |
| XYZ | 42.33 | 40.51 | 27.78 | - |
| YUV | 171.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 133 | 0 | 0.21 | 0.35 | 0.20 | 24.17 | 0.42 | 0.66 |
| Hex | CD | A2 | 85 | 0 | 15 | 23 | 14 | 18 | 2A | 42 |
| Octal | 315 | 242 | 205 | 0 | 25 | 43 | 24 | 30 | 52 | 102 |
| Binary | 11001101 | 10100010 | 10000101 | 0 | 10101 | 100011 | 10100 | 11000 | 101010 | 1000010 |
Color Harmonies of #CDA285
Complementary color
Monochromatic Colors of #CDA285
Black with #CDA285
Text Example
Text Example
White with #CDA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA285; }
p { color: rgb(205,162,133); }
H1.HeaderClassName
{
color: #CDA285;
}
.AnyTagClassName
{
color: #CDA285;
}
</style>
background-color css
<style>
a { background-color: #CDA285; }
a { background-color: rgb(205,162,133); }
div.DivClassName
{
background-color: #CDA285;
}
.BgClassName
{
background-color: #CDA285;
}
</style>
border-color css
<style>
span { border-color: #CDA285; }
span { border-color: rgb(205,162,133); }
td.TdClassName
{
border-color: #CDA285;
}
.TagClassName
{
border-color: #CDA285;
}
</style>