Shades of Cameo #CDA58E
Tints of Cameo #CDA58E
RGB
CMYK
RGB Variations
Color information
#CDA58E (or 0xCDA58E) is known color: Cameo. HEX triplet: CD, A5 and 8E. RGB value is (205,165,142). Sum of RGB (Red+Green+Blue) = 205+165+142=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA58E is #325A71. Grayscale: #AEAEAE. Windows color (decimal): -3299954 or 9348557. OLE color: 9348557.
HSL color Cylindrical-coordinate representation of color #CDA58E: hue angle of 21.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA58E is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 142 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.20 |
| HSL | 21.9º | 0.39% | 0.68% | - |
| HSV(B) | 21.9º | 0.31% | 0.8% | - |
| XYZ | 43.51 | 41.84 | 31.37 | - |
| YUV | 174.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 142 | 0 | 0.20 | 0.31 | 0.20 | 21.9 | 0.39 | 0.68 |
| Hex | CD | A5 | 8E | 0 | 14 | 1F | 14 | 16 | 27 | 44 |
| Octal | 315 | 245 | 216 | 0 | 24 | 37 | 24 | 26 | 47 | 104 |
| Binary | 11001101 | 10100101 | 10001110 | 0 | 10100 | 11111 | 10100 | 10110 | 100111 | 1000100 |
Color Harmonies of #CDA58E
Complementary color
Monochromatic Colors of #CDA58E
Black with #CDA58E
Text Example
Text Example
White with #CDA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA58E; }
p { color: rgb(205,165,142); }
H1.HeaderClassName
{
color: #CDA58E;
}
.AnyTagClassName
{
color: #CDA58E;
}
</style>
background-color css
<style>
a { background-color: #CDA58E; }
a { background-color: rgb(205,165,142); }
div.DivClassName
{
background-color: #CDA58E;
}
.BgClassName
{
background-color: #CDA58E;
}
</style>
border-color css
<style>
span { border-color: #CDA58E; }
span { border-color: rgb(205,165,142); }
td.TdClassName
{
border-color: #CDA58E;
}
.TagClassName
{
border-color: #CDA58E;
}
</style>