Shades of Cameo #CDA587
Tints of Cameo #CDA587
RGB
CMYK
RGB Variations
Color information
#CDA587 (or 0xCDA587) is known color: Cameo. HEX triplet: CD, A5 and 87. RGB value is (205,165,135). Sum of RGB (Red+Green+Blue) = 205+165+135=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA587 is #325A78. Grayscale: #ADADAD. Windows color (decimal): -3299961 or 8889805. OLE color: 8889805.
HSL color Cylindrical-coordinate representation of color #CDA587: hue angle of 25.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA587 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 135 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.20 |
| HSL | 25.71º | 0.41% | 0.67% | - |
| HSV(B) | 25.71º | 0.34% | 0.8% | - |
| XYZ | 43.01 | 41.64 | 28.69 | - |
| YUV | 173.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 135 | 0 | 0.20 | 0.34 | 0.20 | 25.71 | 0.41 | 0.67 |
| Hex | CD | A5 | 87 | 0 | 14 | 22 | 14 | 1A | 29 | 43 |
| Octal | 315 | 245 | 207 | 0 | 24 | 42 | 24 | 32 | 51 | 103 |
| Binary | 11001101 | 10100101 | 10000111 | 0 | 10100 | 100010 | 10100 | 11010 | 101001 | 1000011 |
Color Harmonies of #CDA587
Complementary color
Monochromatic Colors of #CDA587
Black with #CDA587
Text Example
Text Example
White with #CDA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA587; }
p { color: rgb(205,165,135); }
H1.HeaderClassName
{
color: #CDA587;
}
.AnyTagClassName
{
color: #CDA587;
}
</style>
background-color css
<style>
a { background-color: #CDA587; }
a { background-color: rgb(205,165,135); }
div.DivClassName
{
background-color: #CDA587;
}
.BgClassName
{
background-color: #CDA587;
}
</style>
border-color css
<style>
span { border-color: #CDA587; }
span { border-color: rgb(205,165,135); }
td.TdClassName
{
border-color: #CDA587;
}
.TagClassName
{
border-color: #CDA587;
}
</style>