Shades of Cameo #CDA880
Tints of Cameo #CDA880
RGB
CMYK
RGB Variations
Color information
#CDA880 (or 0xCDA880) is known color: Cameo. HEX triplet: CD, A8 and 80. RGB value is (205,168,128). Sum of RGB (Red+Green+Blue) = 205+168+128=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA880 is #32577F. Grayscale: #AEAEAE. Windows color (decimal): -3299200 or 8431821. OLE color: 8431821.
HSL color Cylindrical-coordinate representation of color #CDA880: hue angle of 31.17º 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 #CDA880 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 128 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.20 |
| HSL | 31.17º | 0.44% | 0.65% | - |
| HSV(B) | 31.17º | 0.38% | 0.8% | - |
| XYZ | 43.08 | 42.54 | 26.36 | - |
| YUV | 174.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 128 | 0 | 0.18 | 0.38 | 0.20 | 31.17 | 0.44 | 0.65 |
| Hex | CD | A8 | 80 | 0 | 12 | 26 | 14 | 1F | 2C | 41 |
| Octal | 315 | 250 | 200 | 0 | 22 | 46 | 24 | 37 | 54 | 101 |
| Binary | 11001101 | 10101000 | 10000000 | 0 | 10010 | 100110 | 10100 | 11111 | 101100 | 1000001 |
Color Harmonies of #CDA880
Complementary color
Monochromatic Colors of #CDA880
Black with #CDA880
Text Example
Text Example
White with #CDA880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA880; }
p { color: rgb(205,168,128); }
H1.HeaderClassName
{
color: #CDA880;
}
.AnyTagClassName
{
color: #CDA880;
}
</style>
background-color css
<style>
a { background-color: #CDA880; }
a { background-color: rgb(205,168,128); }
div.DivClassName
{
background-color: #CDA880;
}
.BgClassName
{
background-color: #CDA880;
}
</style>
border-color css
<style>
span { border-color: #CDA880; }
span { border-color: rgb(205,168,128); }
td.TdClassName
{
border-color: #CDA880;
}
.TagClassName
{
border-color: #CDA880;
}
</style>