Shades of Cameo #CDA087
Tints of Cameo #CDA087
RGB
CMYK
RGB Variations
Color information
#CDA087 (or 0xCDA087) is known color: Cameo. HEX triplet: CD, A0 and 87. RGB value is (205,160,135). Sum of RGB (Red+Green+Blue) = 205+160+135=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA087 is #325F78. Grayscale: #AAAAAA. Windows color (decimal): -3301241 or 8888525. OLE color: 8888525.
HSL color Cylindrical-coordinate representation of color #CDA087: hue angle of 21.43º 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 #CDA087 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 135 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.20 |
| HSL | 21.43º | 0.41% | 0.67% | - |
| HSV(B) | 21.43º | 0.34% | 0.8% | - |
| XYZ | 42.12 | 39.87 | 28.4 | - |
| YUV | 170.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 135 | 0 | 0.22 | 0.34 | 0.20 | 21.43 | 0.41 | 0.67 |
| Hex | CD | A0 | 87 | 0 | 16 | 22 | 14 | 15 | 29 | 43 |
| Octal | 315 | 240 | 207 | 0 | 26 | 42 | 24 | 25 | 51 | 103 |
| Binary | 11001101 | 10100000 | 10000111 | 0 | 10110 | 100010 | 10100 | 10101 | 101001 | 1000011 |
Color Harmonies of #CDA087
Complementary color
Monochromatic Colors of #CDA087
Black with #CDA087
Text Example
Text Example
White with #CDA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA087; }
p { color: rgb(205,160,135); }
H1.HeaderClassName
{
color: #CDA087;
}
.AnyTagClassName
{
color: #CDA087;
}
</style>
background-color css
<style>
a { background-color: #CDA087; }
a { background-color: rgb(205,160,135); }
div.DivClassName
{
background-color: #CDA087;
}
.BgClassName
{
background-color: #CDA087;
}
</style>
border-color css
<style>
span { border-color: #CDA087; }
span { border-color: rgb(205,160,135); }
td.TdClassName
{
border-color: #CDA087;
}
.TagClassName
{
border-color: #CDA087;
}
</style>