Shades of Soft Amber #CDBBA4
Tints of Soft Amber #CDBBA4
RGB
CMYK
RGB Variations
Color information
#CDBBA4 (or 0xCDBBA4) is known color: Soft Amber. HEX triplet: CD, BB and A4. RGB value is (205,187,164). Sum of RGB (Red+Green+Blue) = 205+187+164=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA4 is #32445B. Grayscale: #BDBDBD. Windows color (decimal): -3294300 or 10795981. OLE color: 10795981.
HSL color Cylindrical-coordinate representation of color #CDBBA4: hue angle of 33.66º 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 #CDBBA4 is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 164 | - |
| CMYK | 0 | 0.09 | 0.2 | 0.20 |
| HSL | 33.66º | 0.29% | 0.72% | - |
| HSV(B) | 33.66º | 0.2% | 0.8% | - |
| XYZ | 49.65 | 51.2 | 42.39 | - |
| YUV | 189.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 164 | 0 | 0.09 | 0.2 | 0.20 | 33.66 | 0.29 | 0.72 |
| Hex | CD | BB | A4 | 0 | 9 | 14 | 14 | 22 | 1D | 48 |
| Octal | 315 | 273 | 244 | 0 | 11 | 24 | 24 | 42 | 35 | 110 |
| Binary | 11001101 | 10111011 | 10100100 | 0 | 1001 | 10100 | 10100 | 100010 | 11101 | 1001000 |
Color Harmonies of #CDBBA4
Complementary color
Monochromatic Colors of #CDBBA4
Black with #CDBBA4
Text Example
Text Example
White with #CDBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBA4; }
p { color: rgb(205,187,164); }
H1.HeaderClassName
{
color: #CDBBA4;
}
.AnyTagClassName
{
color: #CDBBA4;
}
</style>
background-color css
<style>
a { background-color: #CDBBA4; }
a { background-color: rgb(205,187,164); }
div.DivClassName
{
background-color: #CDBBA4;
}
.BgClassName
{
background-color: #CDBBA4;
}
</style>
border-color css
<style>
span { border-color: #CDBBA4; }
span { border-color: rgb(205,187,164); }
td.TdClassName
{
border-color: #CDBBA4;
}
.TagClassName
{
border-color: #CDBBA4;
}
</style>