Shades of Cameo #CDA077
Tints of Cameo #CDA077
RGB
CMYK
RGB Variations
Color information
#CDA077 (or 0xCDA077) is known color: Cameo. HEX triplet: CD, A0 and 77. RGB value is (205,160,119). Sum of RGB (Red+Green+Blue) = 205+160+119=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA077 is #325F88. Grayscale: #A8A8A8. Windows color (decimal): -3301257 or 7839949. OLE color: 7839949.
HSL color Cylindrical-coordinate representation of color #CDA077: hue angle of 28.6º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA077 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 119 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.20 |
| HSL | 28.6º | 0.46% | 0.64% | - |
| HSV(B) | 28.6º | 0.42% | 0.8% | - |
| XYZ | 41.08 | 39.45 | 22.9 | - |
| YUV | 168.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 119 | 0 | 0.22 | 0.42 | 0.20 | 28.6 | 0.46 | 0.64 |
| Hex | CD | A0 | 77 | 0 | 16 | 2A | 14 | 1D | 2E | 40 |
| Octal | 315 | 240 | 167 | 0 | 26 | 52 | 24 | 35 | 56 | 100 |
| Binary | 11001101 | 10100000 | 1110111 | 0 | 10110 | 101010 | 10100 | 11101 | 101110 | 1000000 |
Color Harmonies of #CDA077
Complementary color
Monochromatic Colors of #CDA077
Black with #CDA077
Text Example
Text Example
White with #CDA077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA077; }
p { color: rgb(205,160,119); }
H1.HeaderClassName
{
color: #CDA077;
}
.AnyTagClassName
{
color: #CDA077;
}
</style>
background-color css
<style>
a { background-color: #CDA077; }
a { background-color: rgb(205,160,119); }
div.DivClassName
{
background-color: #CDA077;
}
.BgClassName
{
background-color: #CDA077;
}
</style>
border-color css
<style>
span { border-color: #CDA077; }
span { border-color: rgb(205,160,119); }
td.TdClassName
{
border-color: #CDA077;
}
.TagClassName
{
border-color: #CDA077;
}
</style>