Shades of Cameo #CDA07A
Tints of Cameo #CDA07A
RGB
CMYK
RGB Variations
Color information
#CDA07A (or 0xCDA07A) is known color: Cameo. HEX triplet: CD, A0 and 7A. RGB value is (205,160,122). Sum of RGB (Red+Green+Blue) = 205+160+122=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA07A is #325F85. Grayscale: #A9A9A9. Windows color (decimal): -3301254 or 8036557. OLE color: 8036557.
HSL color Cylindrical-coordinate representation of color #CDA07A: hue angle of 27.47º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA07A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 122 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.20 |
| HSL | 27.47º | 0.45% | 0.64% | - |
| HSV(B) | 27.47º | 0.4% | 0.8% | - |
| XYZ | 41.26 | 39.53 | 23.87 | - |
| YUV | 169.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 122 | 0 | 0.22 | 0.40 | 0.20 | 27.47 | 0.45 | 0.64 |
| Hex | CD | A0 | 7A | 0 | 16 | 28 | 14 | 1B | 2D | 40 |
| Octal | 315 | 240 | 172 | 0 | 26 | 50 | 24 | 33 | 55 | 100 |
| Binary | 11001101 | 10100000 | 1111010 | 0 | 10110 | 101000 | 10100 | 11011 | 101101 | 1000000 |
Color Harmonies of #CDA07A
Complementary color
Monochromatic Colors of #CDA07A
Black with #CDA07A
Text Example
Text Example
White with #CDA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA07A; }
p { color: rgb(205,160,122); }
H1.HeaderClassName
{
color: #CDA07A;
}
.AnyTagClassName
{
color: #CDA07A;
}
</style>
background-color css
<style>
a { background-color: #CDA07A; }
a { background-color: rgb(205,160,122); }
div.DivClassName
{
background-color: #CDA07A;
}
.BgClassName
{
background-color: #CDA07A;
}
</style>
border-color css
<style>
span { border-color: #CDA07A; }
span { border-color: rgb(205,160,122); }
td.TdClassName
{
border-color: #CDA07A;
}
.TagClassName
{
border-color: #CDA07A;
}
</style>