Shades of Soft Amber #CDBDAB
Tints of Soft Amber #CDBDAB
RGB
CMYK
RGB Variations
Color information
#CDBDAB (or 0xCDBDAB) is known color: Soft Amber. HEX triplet: CD, BD and AB. RGB value is (205,189,171). Sum of RGB (Red+Green+Blue) = 205+189+171=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDAB is #324254. Grayscale: #BFBFBF. Windows color (decimal): -3293781 or 11255245. OLE color: 11255245.
HSL color Cylindrical-coordinate representation of color #CDBDAB: hue angle of 31.76º degrees, saturation: 0.25, 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 #CDBDAB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 171 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.20 |
| HSL | 31.76º | 0.25% | 0.74% | - |
| HSV(B) | 31.76º | 0.17% | 0.8% | - |
| XYZ | 50.73 | 52.31 | 45.95 | - |
| YUV | 191.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 171 | 0 | 0.08 | 0.17 | 0.20 | 31.76 | 0.25 | 0.74 |
| Hex | CD | BD | AB | 0 | 8 | 11 | 14 | 20 | 19 | 4A |
| Octal | 315 | 275 | 253 | 0 | 10 | 21 | 24 | 40 | 31 | 112 |
| Binary | 11001101 | 10111101 | 10101011 | 0 | 1000 | 10001 | 10100 | 100000 | 11001 | 1001010 |
Color Harmonies of #CDBDAB
Complementary color
Monochromatic Colors of #CDBDAB
Black with #CDBDAB
Text Example
Text Example
White with #CDBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDAB; }
p { color: rgb(205,189,171); }
H1.HeaderClassName
{
color: #CDBDAB;
}
.AnyTagClassName
{
color: #CDBDAB;
}
</style>
background-color css
<style>
a { background-color: #CDBDAB; }
a { background-color: rgb(205,189,171); }
div.DivClassName
{
background-color: #CDBDAB;
}
.BgClassName
{
background-color: #CDBDAB;
}
</style>
border-color css
<style>
span { border-color: #CDBDAB; }
span { border-color: rgb(205,189,171); }
td.TdClassName
{
border-color: #CDBDAB;
}
.TagClassName
{
border-color: #CDBDAB;
}
</style>