Shades of Cameo #CDA577
Tints of Cameo #CDA577
RGB
CMYK
RGB Variations
Color information
#CDA577 (or 0xCDA577) is known color: Cameo. HEX triplet: CD, A5 and 77. RGB value is (205,165,119). Sum of RGB (Red+Green+Blue) = 205+165+119=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA577 is #325A88. Grayscale: #ABABAB. Windows color (decimal): -3299977 or 7841229. OLE color: 7841229.
HSL color Cylindrical-coordinate representation of color #CDA577: hue angle of 32.09º 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 #CDA577 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 119 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.20 |
| HSL | 32.09º | 0.46% | 0.64% | - |
| HSV(B) | 32.09º | 0.42% | 0.8% | - |
| XYZ | 41.96 | 41.22 | 23.2 | - |
| YUV | 171.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 119 | 0 | 0.20 | 0.42 | 0.20 | 32.09 | 0.46 | 0.64 |
| Hex | CD | A5 | 77 | 0 | 14 | 2A | 14 | 20 | 2E | 40 |
| Octal | 315 | 245 | 167 | 0 | 24 | 52 | 24 | 40 | 56 | 100 |
| Binary | 11001101 | 10100101 | 1110111 | 0 | 10100 | 101010 | 10100 | 100000 | 101110 | 1000000 |
Color Harmonies of #CDA577
Complementary color
Monochromatic Colors of #CDA577
Black with #CDA577
Text Example
Text Example
White with #CDA577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA577; }
p { color: rgb(205,165,119); }
H1.HeaderClassName
{
color: #CDA577;
}
.AnyTagClassName
{
color: #CDA577;
}
</style>
background-color css
<style>
a { background-color: #CDA577; }
a { background-color: rgb(205,165,119); }
div.DivClassName
{
background-color: #CDA577;
}
.BgClassName
{
background-color: #CDA577;
}
</style>
border-color css
<style>
span { border-color: #CDA577; }
span { border-color: rgb(205,165,119); }
td.TdClassName
{
border-color: #CDA577;
}
.TagClassName
{
border-color: #CDA577;
}
</style>