Shades of Soft Amber #CDBBA2
Tints of Soft Amber #CDBBA2
RGB
CMYK
RGB Variations
Color information
#CDBBA2 (or 0xCDBBA2) is known color: Soft Amber. HEX triplet: CD, BB and A2. RGB value is (205,187,162). Sum of RGB (Red+Green+Blue) = 205+187+162=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA2 is #32445D. Grayscale: #BDBDBD. Windows color (decimal): -3294302 or 10664909. OLE color: 10664909.
HSL color Cylindrical-coordinate representation of color #CDBBA2: hue angle of 34.88º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDBBA2 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 162 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.20 |
| HSL | 34.88º | 0.3% | 0.72% | - |
| HSV(B) | 34.88º | 0.21% | 0.8% | - |
| XYZ | 49.47 | 51.13 | 41.44 | - |
| YUV | 189.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 162 | 0 | 0.09 | 0.21 | 0.20 | 34.88 | 0.3 | 0.72 |
| Hex | CD | BB | A2 | 0 | 9 | 15 | 14 | 23 | 1E | 48 |
| Octal | 315 | 273 | 242 | 0 | 11 | 25 | 24 | 43 | 36 | 110 |
| Binary | 11001101 | 10111011 | 10100010 | 0 | 1001 | 10101 | 10100 | 100011 | 11110 | 1001000 |
Color Harmonies of #CDBBA2
Complementary color
Monochromatic Colors of #CDBBA2
Black with #CDBBA2
Text Example
Text Example
White with #CDBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBA2; }
p { color: rgb(205,187,162); }
H1.HeaderClassName
{
color: #CDBBA2;
}
.AnyTagClassName
{
color: #CDBBA2;
}
</style>
background-color css
<style>
a { background-color: #CDBBA2; }
a { background-color: rgb(205,187,162); }
div.DivClassName
{
background-color: #CDBBA2;
}
.BgClassName
{
background-color: #CDBBA2;
}
</style>
border-color css
<style>
span { border-color: #CDBBA2; }
span { border-color: rgb(205,187,162); }
td.TdClassName
{
border-color: #CDBBA2;
}
.TagClassName
{
border-color: #CDBBA2;
}
</style>