Shades of Soft Amber #CDC0A8
Tints of Soft Amber #CDC0A8
RGB
CMYK
RGB Variations
Color information
#CDC0A8 (or 0xCDC0A8) is known color: Soft Amber. HEX triplet: CD, C0 and A8. RGB value is (205,192,168). Sum of RGB (Red+Green+Blue) = 205+192+168=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC0A8 is #323F57. Grayscale: #C1C1C1. Windows color (decimal): -3293016 or 11059405. OLE color: 11059405.
HSL color Cylindrical-coordinate representation of color #CDC0A8: hue angle of 38.92º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC0A8 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 168 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.20 |
| HSL | 38.92º | 0.27% | 0.73% | - |
| HSV(B) | 38.92º | 0.18% | 0.8% | - |
| XYZ | 51.09 | 53.51 | 44.68 | - |
| YUV | 193.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 168 | 0 | 0.06 | 0.18 | 0.20 | 38.92 | 0.27 | 0.73 |
| Hex | CD | C0 | A8 | 0 | 6 | 12 | 14 | 27 | 1B | 49 |
| Octal | 315 | 300 | 250 | 0 | 6 | 22 | 24 | 47 | 33 | 111 |
| Binary | 11001101 | 11000000 | 10101000 | 0 | 110 | 10010 | 10100 | 100111 | 11011 | 1001001 |
Color Harmonies of #CDC0A8
Complementary color
Monochromatic Colors of #CDC0A8
Black with #CDC0A8
Text Example
Text Example
White with #CDC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0A8; }
p { color: rgb(205,192,168); }
H1.HeaderClassName
{
color: #CDC0A8;
}
.AnyTagClassName
{
color: #CDC0A8;
}
</style>
background-color css
<style>
a { background-color: #CDC0A8; }
a { background-color: rgb(205,192,168); }
div.DivClassName
{
background-color: #CDC0A8;
}
.BgClassName
{
background-color: #CDC0A8;
}
</style>
border-color css
<style>
span { border-color: #CDC0A8; }
span { border-color: rgb(205,192,168); }
td.TdClassName
{
border-color: #CDC0A8;
}
.TagClassName
{
border-color: #CDC0A8;
}
</style>