Shades of Soft Amber #CDC1AA
Tints of Soft Amber #CDC1AA
RGB
CMYK
RGB Variations
Color information
#CDC1AA (or 0xCDC1AA) is known color: Soft Amber. HEX triplet: CD, C1 and AA. RGB value is (205,193,170). Sum of RGB (Red+Green+Blue) = 205+193+170=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC1AA is #323E55. Grayscale: #C2C2C2. Windows color (decimal): -3292758 or 11190733. OLE color: 11190733.
HSL color Cylindrical-coordinate representation of color #CDC1AA: hue angle of 39.43º 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 #CDC1AA is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 170 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.20 |
| HSL | 39.43º | 0.26% | 0.74% | - |
| HSV(B) | 39.43º | 0.17% | 0.8% | - |
| XYZ | 51.5 | 54.02 | 45.74 | - |
| YUV | 193.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 170 | 0 | 0.06 | 0.17 | 0.20 | 39.43 | 0.26 | 0.74 |
| Hex | CD | C1 | AA | 0 | 6 | 11 | 14 | 27 | 1A | 4A |
| Octal | 315 | 301 | 252 | 0 | 6 | 21 | 24 | 47 | 32 | 112 |
| Binary | 11001101 | 11000001 | 10101010 | 0 | 110 | 10001 | 10100 | 100111 | 11010 | 1001010 |
Color Harmonies of #CDC1AA
Complementary color
Monochromatic Colors of #CDC1AA
Black with #CDC1AA
Text Example
Text Example
White with #CDC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1AA; }
p { color: rgb(205,193,170); }
H1.HeaderClassName
{
color: #CDC1AA;
}
.AnyTagClassName
{
color: #CDC1AA;
}
</style>
background-color css
<style>
a { background-color: #CDC1AA; }
a { background-color: rgb(205,193,170); }
div.DivClassName
{
background-color: #CDC1AA;
}
.BgClassName
{
background-color: #CDC1AA;
}
</style>
border-color css
<style>
span { border-color: #CDC1AA; }
span { border-color: rgb(205,193,170); }
td.TdClassName
{
border-color: #CDC1AA;
}
.TagClassName
{
border-color: #CDC1AA;
}
</style>