Shades of Soft Amber #CDBDA3
Tints of Soft Amber #CDBDA3
RGB
CMYK
RGB Variations
Color information
#CDBDA3 (or 0xCDBDA3) is known color: Soft Amber. HEX triplet: CD, BD and A3. RGB value is (205,189,163). Sum of RGB (Red+Green+Blue) = 205+189+163=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA3 is #32425C. Grayscale: #BEBEBE. Windows color (decimal): -3293789 or 10730957. OLE color: 10730957.
HSL color Cylindrical-coordinate representation of color #CDBDA3: hue angle of 37.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDBDA3 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 163 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.20 |
| HSL | 37.14º | 0.3% | 0.72% | - |
| HSV(B) | 37.14º | 0.2% | 0.8% | - |
| XYZ | 49.99 | 52.02 | 42.06 | - |
| YUV | 190.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 163 | 0 | 0.08 | 0.20 | 0.20 | 37.14 | 0.3 | 0.72 |
| Hex | CD | BD | A3 | 0 | 8 | 14 | 14 | 25 | 1E | 48 |
| Octal | 315 | 275 | 243 | 0 | 10 | 24 | 24 | 45 | 36 | 110 |
| Binary | 11001101 | 10111101 | 10100011 | 0 | 1000 | 10100 | 10100 | 100101 | 11110 | 1001000 |
Color Harmonies of #CDBDA3
Complementary color
Monochromatic Colors of #CDBDA3
Black with #CDBDA3
Text Example
Text Example
White with #CDBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDA3; }
p { color: rgb(205,189,163); }
H1.HeaderClassName
{
color: #CDBDA3;
}
.AnyTagClassName
{
color: #CDBDA3;
}
</style>
background-color css
<style>
a { background-color: #CDBDA3; }
a { background-color: rgb(205,189,163); }
div.DivClassName
{
background-color: #CDBDA3;
}
.BgClassName
{
background-color: #CDBDA3;
}
</style>
border-color css
<style>
span { border-color: #CDBDA3; }
span { border-color: rgb(205,189,163); }
td.TdClassName
{
border-color: #CDBDA3;
}
.TagClassName
{
border-color: #CDBDA3;
}
</style>