Shades of Soft Amber #CDBBA0
Tints of Soft Amber #CDBBA0
RGB
CMYK
RGB Variations
Color information
#CDBBA0 (or 0xCDBBA0) is known color: Soft Amber. HEX triplet: CD, BB and A0. RGB value is (205,187,160). Sum of RGB (Red+Green+Blue) = 205+187+160=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA0 is #32445F. Grayscale: #BDBDBD. Windows color (decimal): -3294304 or 10533837. OLE color: 10533837.
HSL color Cylindrical-coordinate representation of color #CDBBA0: hue angle of 36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDBBA0 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 160 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.20 |
| HSL | 36º | 0.31% | 0.72% | - |
| HSV(B) | 36º | 0.22% | 0.8% | - |
| XYZ | 49.29 | 51.06 | 40.51 | - |
| YUV | 189.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 160 | 0 | 0.09 | 0.22 | 0.20 | 36 | 0.31 | 0.72 |
| Hex | CD | BB | A0 | 0 | 9 | 16 | 14 | 24 | 1F | 48 |
| Octal | 315 | 273 | 240 | 0 | 11 | 26 | 24 | 44 | 37 | 110 |
| Binary | 11001101 | 10111011 | 10100000 | 0 | 1001 | 10110 | 10100 | 100100 | 11111 | 1001000 |
Color Harmonies of #CDBBA0
Complementary color
Monochromatic Colors of #CDBBA0
Black with #CDBBA0
Text Example
Text Example
White with #CDBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBA0; }
p { color: rgb(205,187,160); }
H1.HeaderClassName
{
color: #CDBBA0;
}
.AnyTagClassName
{
color: #CDBBA0;
}
</style>
background-color css
<style>
a { background-color: #CDBBA0; }
a { background-color: rgb(205,187,160); }
div.DivClassName
{
background-color: #CDBBA0;
}
.BgClassName
{
background-color: #CDBBA0;
}
</style>
border-color css
<style>
span { border-color: #CDBBA0; }
span { border-color: rgb(205,187,160); }
td.TdClassName
{
border-color: #CDBBA0;
}
.TagClassName
{
border-color: #CDBBA0;
}
</style>