Shades of Soft Amber #CDC0AA
Tints of Soft Amber #CDC0AA
RGB
CMYK
RGB Variations
Color information
#CDC0AA (or 0xCDC0AA) is known color: Soft Amber. HEX triplet: CD, C0 and AA. RGB value is (205,192,170). Sum of RGB (Red+Green+Blue) = 205+192+170=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AA is #323F55. Grayscale: #C1C1C1. Windows color (decimal): -3293014 or 11190477. OLE color: 11190477.
HSL color Cylindrical-coordinate representation of color #CDC0AA: hue angle of 37.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC0AA is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 170 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.20 |
| HSL | 37.71º | 0.26% | 0.74% | - |
| HSV(B) | 37.71º | 0.17% | 0.8% | - |
| XYZ | 51.28 | 53.58 | 45.67 | - |
| YUV | 193.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 170 | 0 | 0.06 | 0.17 | 0.20 | 37.71 | 0.26 | 0.74 |
| Hex | CD | C0 | AA | 0 | 6 | 11 | 14 | 26 | 1A | 4A |
| Octal | 315 | 300 | 252 | 0 | 6 | 21 | 24 | 46 | 32 | 112 |
| Binary | 11001101 | 11000000 | 10101010 | 0 | 110 | 10001 | 10100 | 100110 | 11010 | 1001010 |
Color Harmonies of #CDC0AA
Complementary color
Monochromatic Colors of #CDC0AA
Black with #CDC0AA
Text Example
Text Example
White with #CDC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0AA; }
p { color: rgb(205,192,170); }
H1.HeaderClassName
{
color: #CDC0AA;
}
.AnyTagClassName
{
color: #CDC0AA;
}
</style>
background-color css
<style>
a { background-color: #CDC0AA; }
a { background-color: rgb(205,192,170); }
div.DivClassName
{
background-color: #CDC0AA;
}
.BgClassName
{
background-color: #CDC0AA;
}
</style>
border-color css
<style>
span { border-color: #CDC0AA; }
span { border-color: rgb(205,192,170); }
td.TdClassName
{
border-color: #CDC0AA;
}
.TagClassName
{
border-color: #CDC0AA;
}
</style>