Shades of Soft Amber #CDC0AC
Tints of Soft Amber #CDC0AC
RGB
CMYK
RGB Variations
Color information
#CDC0AC (or 0xCDC0AC) is known color: Soft Amber. HEX triplet: CD, C0 and AC. RGB value is (205,192,172). Sum of RGB (Red+Green+Blue) = 205+192+172=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0AC is #323F53. Grayscale: #C1C1C1. Windows color (decimal): -3293012 or 11321549. OLE color: 11321549.
HSL color Cylindrical-coordinate representation of color #CDC0AC: hue angle of 36.36º degrees, saturation: 0.25, 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 #CDC0AC is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 172 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.20 |
| HSL | 36.36º | 0.25% | 0.74% | - |
| HSV(B) | 36.36º | 0.16% | 0.8% | - |
| XYZ | 51.47 | 53.66 | 46.67 | - |
| YUV | 193.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 172 | 0 | 0.06 | 0.16 | 0.20 | 36.36 | 0.25 | 0.74 |
| Hex | CD | C0 | AC | 0 | 6 | 10 | 14 | 24 | 19 | 4A |
| Octal | 315 | 300 | 254 | 0 | 6 | 20 | 24 | 44 | 31 | 112 |
| Binary | 11001101 | 11000000 | 10101100 | 0 | 110 | 10000 | 10100 | 100100 | 11001 | 1001010 |
Color Harmonies of #CDC0AC
Complementary color
Monochromatic Colors of #CDC0AC
Black with #CDC0AC
Text Example
Text Example
White with #CDC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0AC; }
p { color: rgb(205,192,172); }
H1.HeaderClassName
{
color: #CDC0AC;
}
.AnyTagClassName
{
color: #CDC0AC;
}
</style>
background-color css
<style>
a { background-color: #CDC0AC; }
a { background-color: rgb(205,192,172); }
div.DivClassName
{
background-color: #CDC0AC;
}
.BgClassName
{
background-color: #CDC0AC;
}
</style>
border-color css
<style>
span { border-color: #CDC0AC; }
span { border-color: rgb(205,192,172); }
td.TdClassName
{
border-color: #CDC0AC;
}
.TagClassName
{
border-color: #CDC0AC;
}
</style>