Shades of Cameo #CDA980
Tints of Cameo #CDA980
RGB
CMYK
RGB Variations
Color information
#CDA980 (or 0xCDA980) is known color: Cameo. HEX triplet: CD, A9 and 80. RGB value is (205,169,128). Sum of RGB (Red+Green+Blue) = 205+169+128=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA980 is #32567F. Grayscale: #AFAFAF. Windows color (decimal): -3298944 or 8432077. OLE color: 8432077.
HSL color Cylindrical-coordinate representation of color #CDA980: hue angle of 31.95º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDA980 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 128 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.20 |
| HSL | 31.95º | 0.44% | 0.65% | - |
| HSV(B) | 31.95º | 0.38% | 0.8% | - |
| XYZ | 43.26 | 42.91 | 26.43 | - |
| YUV | 175.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 128 | 0 | 0.18 | 0.38 | 0.20 | 31.95 | 0.44 | 0.65 |
| Hex | CD | A9 | 80 | 0 | 12 | 26 | 14 | 20 | 2C | 41 |
| Octal | 315 | 251 | 200 | 0 | 22 | 46 | 24 | 40 | 54 | 101 |
| Binary | 11001101 | 10101001 | 10000000 | 0 | 10010 | 100110 | 10100 | 100000 | 101100 | 1000001 |
Color Harmonies of #CDA980
Complementary color
Monochromatic Colors of #CDA980
Black with #CDA980
Text Example
Text Example
White with #CDA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA980; }
p { color: rgb(205,169,128); }
H1.HeaderClassName
{
color: #CDA980;
}
.AnyTagClassName
{
color: #CDA980;
}
</style>
background-color css
<style>
a { background-color: #CDA980; }
a { background-color: rgb(205,169,128); }
div.DivClassName
{
background-color: #CDA980;
}
.BgClassName
{
background-color: #CDA980;
}
</style>
border-color css
<style>
span { border-color: #CDA980; }
span { border-color: rgb(205,169,128); }
td.TdClassName
{
border-color: #CDA980;
}
.TagClassName
{
border-color: #CDA980;
}
</style>