Shades of Cameo #CDA078
Tints of Cameo #CDA078
RGB
CMYK
RGB Variations
Color information
#CDA078 (or 0xCDA078) is known color: Cameo. HEX triplet: CD, A0 and 78. RGB value is (205,160,120). Sum of RGB (Red+Green+Blue) = 205+160+120=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA078 is #325F87. Grayscale: #A9A9A9. Windows color (decimal): -3301256 or 7905485. OLE color: 7905485.
HSL color Cylindrical-coordinate representation of color #CDA078: hue angle of 28.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDA078 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 120 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.20 |
| HSL | 28.24º | 0.46% | 0.64% | - |
| HSV(B) | 28.24º | 0.41% | 0.8% | - |
| XYZ | 41.14 | 39.48 | 23.22 | - |
| YUV | 168.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 120 | 0 | 0.22 | 0.41 | 0.20 | 28.24 | 0.46 | 0.64 |
| Hex | CD | A0 | 78 | 0 | 16 | 29 | 14 | 1C | 2E | 40 |
| Octal | 315 | 240 | 170 | 0 | 26 | 51 | 24 | 34 | 56 | 100 |
| Binary | 11001101 | 10100000 | 1111000 | 0 | 10110 | 101001 | 10100 | 11100 | 101110 | 1000000 |
Color Harmonies of #CDA078
Complementary color
Monochromatic Colors of #CDA078
Black with #CDA078
Text Example
Text Example
White with #CDA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA078; }
p { color: rgb(205,160,120); }
H1.HeaderClassName
{
color: #CDA078;
}
.AnyTagClassName
{
color: #CDA078;
}
</style>
background-color css
<style>
a { background-color: #CDA078; }
a { background-color: rgb(205,160,120); }
div.DivClassName
{
background-color: #CDA078;
}
.BgClassName
{
background-color: #CDA078;
}
</style>
border-color css
<style>
span { border-color: #CDA078; }
span { border-color: rgb(205,160,120); }
td.TdClassName
{
border-color: #CDA078;
}
.TagClassName
{
border-color: #CDA078;
}
</style>