Shades of Soft Amber #CDC0AD
Tints of Soft Amber #CDC0AD
RGB
CMYK
RGB Variations
Color information
#CDC0AD (or 0xCDC0AD) is known color: Soft Amber. HEX triplet: CD, C0 and AD. RGB value is (205,192,173). Sum of RGB (Red+Green+Blue) = 205+192+173=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AD is #323F52. Grayscale: #C1C1C1. Windows color (decimal): -3293011 or 11387085. OLE color: 11387085.
HSL color Cylindrical-coordinate representation of color #CDC0AD: hue angle of 35.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC0AD is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 173 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.20 |
| HSL | 35.63º | 0.24% | 0.74% | - |
| HSV(B) | 35.63º | 0.16% | 0.8% | - |
| XYZ | 51.57 | 53.7 | 47.18 | - |
| YUV | 193.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 173 | 0 | 0.06 | 0.16 | 0.20 | 35.63 | 0.24 | 0.74 |
| Hex | CD | C0 | AD | 0 | 6 | 10 | 14 | 24 | 18 | 4A |
| Octal | 315 | 300 | 255 | 0 | 6 | 20 | 24 | 44 | 30 | 112 |
| Binary | 11001101 | 11000000 | 10101101 | 0 | 110 | 10000 | 10100 | 100100 | 11000 | 1001010 |
Color Harmonies of #CDC0AD
Complementary color
Monochromatic Colors of #CDC0AD
Black with #CDC0AD
Text Example
Text Example
White with #CDC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0AD; }
p { color: rgb(205,192,173); }
H1.HeaderClassName
{
color: #CDC0AD;
}
.AnyTagClassName
{
color: #CDC0AD;
}
</style>
background-color css
<style>
a { background-color: #CDC0AD; }
a { background-color: rgb(205,192,173); }
div.DivClassName
{
background-color: #CDC0AD;
}
.BgClassName
{
background-color: #CDC0AD;
}
</style>
border-color css
<style>
span { border-color: #CDC0AD; }
span { border-color: rgb(205,192,173); }
td.TdClassName
{
border-color: #CDC0AD;
}
.TagClassName
{
border-color: #CDC0AD;
}
</style>