Shades of Soft Amber #CDBDA4
Tints of Soft Amber #CDBDA4
RGB
CMYK
RGB Variations
Color information
#CDBDA4 (or 0xCDBDA4) is known color: Soft Amber. HEX triplet: CD, BD and A4. RGB value is (205,189,164). Sum of RGB (Red+Green+Blue) = 205+189+164=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDA4 is #32425B. Grayscale: #BFBFBF. Windows color (decimal): -3293788 or 10796493. OLE color: 10796493.
HSL color Cylindrical-coordinate representation of color #CDBDA4: hue angle of 36.59º degrees, saturation: 0.29, 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 #CDBDA4 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 164 | - |
| CMYK | 0 | 0.08 | 0.2 | 0.20 |
| HSL | 36.59º | 0.29% | 0.72% | - |
| HSV(B) | 36.59º | 0.2% | 0.8% | - |
| XYZ | 50.08 | 52.05 | 42.53 | - |
| YUV | 190.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 164 | 0 | 0.08 | 0.2 | 0.20 | 36.59 | 0.29 | 0.72 |
| Hex | CD | BD | A4 | 0 | 8 | 14 | 14 | 25 | 1D | 48 |
| Octal | 315 | 275 | 244 | 0 | 10 | 24 | 24 | 45 | 35 | 110 |
| Binary | 11001101 | 10111101 | 10100100 | 0 | 1000 | 10100 | 10100 | 100101 | 11101 | 1001000 |
Color Harmonies of #CDBDA4
Complementary color
Monochromatic Colors of #CDBDA4
Black with #CDBDA4
Text Example
Text Example
White with #CDBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDA4; }
p { color: rgb(205,189,164); }
H1.HeaderClassName
{
color: #CDBDA4;
}
.AnyTagClassName
{
color: #CDBDA4;
}
</style>
background-color css
<style>
a { background-color: #CDBDA4; }
a { background-color: rgb(205,189,164); }
div.DivClassName
{
background-color: #CDBDA4;
}
.BgClassName
{
background-color: #CDBDA4;
}
</style>
border-color css
<style>
span { border-color: #CDBDA4; }
span { border-color: rgb(205,189,164); }
td.TdClassName
{
border-color: #CDBDA4;
}
.TagClassName
{
border-color: #CDBDA4;
}
</style>