Shades of Soft Amber #CDBDA2
Tints of Soft Amber #CDBDA2
RGB
CMYK
RGB Variations
Color information
#CDBDA2 (or 0xCDBDA2) is known color: Soft Amber. HEX triplet: CD, BD and A2. RGB value is (205,189,162). Sum of RGB (Red+Green+Blue) = 205+189+162=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA2 is #32425D. Grayscale: #BEBEBE. Windows color (decimal): -3293790 or 10665421. OLE color: 10665421.
HSL color Cylindrical-coordinate representation of color #CDBDA2: hue angle of 37.67º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDBDA2 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 162 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.20 |
| HSL | 37.67º | 0.3% | 0.72% | - |
| HSV(B) | 37.67º | 0.21% | 0.8% | - |
| XYZ | 49.9 | 51.98 | 41.59 | - |
| YUV | 190.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 162 | 0 | 0.08 | 0.21 | 0.20 | 37.67 | 0.3 | 0.72 |
| Hex | CD | BD | A2 | 0 | 8 | 15 | 14 | 26 | 1E | 48 |
| Octal | 315 | 275 | 242 | 0 | 10 | 25 | 24 | 46 | 36 | 110 |
| Binary | 11001101 | 10111101 | 10100010 | 0 | 1000 | 10101 | 10100 | 100110 | 11110 | 1001000 |
Color Harmonies of #CDBDA2
Complementary color
Monochromatic Colors of #CDBDA2
Black with #CDBDA2
Text Example
Text Example
White with #CDBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDA2; }
p { color: rgb(205,189,162); }
H1.HeaderClassName
{
color: #CDBDA2;
}
.AnyTagClassName
{
color: #CDBDA2;
}
</style>
background-color css
<style>
a { background-color: #CDBDA2; }
a { background-color: rgb(205,189,162); }
div.DivClassName
{
background-color: #CDBDA2;
}
.BgClassName
{
background-color: #CDBDA2;
}
</style>
border-color css
<style>
span { border-color: #CDBDA2; }
span { border-color: rgb(205,189,162); }
td.TdClassName
{
border-color: #CDBDA2;
}
.TagClassName
{
border-color: #CDBDA2;
}
</style>