Shades of Cameo #CDA987
Tints of Cameo #CDA987
RGB
CMYK
RGB Variations
Color information
#CDA987 (or 0xCDA987) is known color: Cameo. HEX triplet: CD, A9 and 87. RGB value is (205,169,135). Sum of RGB (Red+Green+Blue) = 205+169+135=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA987 is #325678. Grayscale: #B0B0B0. Windows color (decimal): -3298937 or 8890829. OLE color: 8890829.
HSL color Cylindrical-coordinate representation of color #CDA987: hue angle of 29.14º 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 #CDA987 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 135 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.20 |
| HSL | 29.14º | 0.41% | 0.67% | - |
| HSV(B) | 29.14º | 0.34% | 0.8% | - |
| XYZ | 43.74 | 43.1 | 28.94 | - |
| YUV | 175.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 135 | 0 | 0.18 | 0.34 | 0.20 | 29.14 | 0.41 | 0.67 |
| Hex | CD | A9 | 87 | 0 | 12 | 22 | 14 | 1D | 29 | 43 |
| Octal | 315 | 251 | 207 | 0 | 22 | 42 | 24 | 35 | 51 | 103 |
| Binary | 11001101 | 10101001 | 10000111 | 0 | 10010 | 100010 | 10100 | 11101 | 101001 | 1000011 |
Color Harmonies of #CDA987
Complementary color
Monochromatic Colors of #CDA987
Black with #CDA987
Text Example
Text Example
White with #CDA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA987; }
p { color: rgb(205,169,135); }
H1.HeaderClassName
{
color: #CDA987;
}
.AnyTagClassName
{
color: #CDA987;
}
</style>
background-color css
<style>
a { background-color: #CDA987; }
a { background-color: rgb(205,169,135); }
div.DivClassName
{
background-color: #CDA987;
}
.BgClassName
{
background-color: #CDA987;
}
</style>
border-color css
<style>
span { border-color: #CDA987; }
span { border-color: rgb(205,169,135); }
td.TdClassName
{
border-color: #CDA987;
}
.TagClassName
{
border-color: #CDA987;
}
</style>