Shades of Soft Amber #CDBDA5
Tints of Soft Amber #CDBDA5
RGB
CMYK
RGB Variations
Color information
#CDBDA5 (or 0xCDBDA5) is known color: Soft Amber. HEX triplet: CD, BD and A5. RGB value is (205,189,165). Sum of RGB (Red+Green+Blue) = 205+189+165=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA5 is #32425A. Grayscale: #BFBFBF. Windows color (decimal): -3293787 or 10862029. OLE color: 10862029.
HSL color Cylindrical-coordinate representation of color #CDBDA5: hue angle of 36º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDBDA5 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 165 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.20 |
| HSL | 36º | 0.29% | 0.73% | - |
| HSV(B) | 36º | 0.2% | 0.8% | - |
| XYZ | 50.17 | 52.09 | 43.01 | - |
| YUV | 191.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 165 | 0 | 0.08 | 0.20 | 0.20 | 36 | 0.29 | 0.73 |
| Hex | CD | BD | A5 | 0 | 8 | 14 | 14 | 24 | 1D | 49 |
| Octal | 315 | 275 | 245 | 0 | 10 | 24 | 24 | 44 | 35 | 111 |
| Binary | 11001101 | 10111101 | 10100101 | 0 | 1000 | 10100 | 10100 | 100100 | 11101 | 1001001 |
Color Harmonies of #CDBDA5
Complementary color
Monochromatic Colors of #CDBDA5
Black with #CDBDA5
Text Example
Text Example
White with #CDBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDA5; }
p { color: rgb(205,189,165); }
H1.HeaderClassName
{
color: #CDBDA5;
}
.AnyTagClassName
{
color: #CDBDA5;
}
</style>
background-color css
<style>
a { background-color: #CDBDA5; }
a { background-color: rgb(205,189,165); }
div.DivClassName
{
background-color: #CDBDA5;
}
.BgClassName
{
background-color: #CDBDA5;
}
</style>
border-color css
<style>
span { border-color: #CDBDA5; }
span { border-color: rgb(205,189,165); }
td.TdClassName
{
border-color: #CDBDA5;
}
.TagClassName
{
border-color: #CDBDA5;
}
</style>