Shades of Soft Amber #CBBDA2
Tints of Soft Amber #CBBDA2
RGB
CMYK
RGB Variations
Color information
#CBBDA2 (or 0xCBBDA2) is known color: Soft Amber. HEX triplet: CB, BD and A2. RGB value is (203,189,162). Sum of RGB (Red+Green+Blue) = 203+189+162=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA2 is #34425D. Grayscale: #BEBEBE. Windows color (decimal): -3424862 or 10665419. OLE color: 10665419.
HSL color Cylindrical-coordinate representation of color #CBBDA2: hue angle of 39.51º degrees, saturation: 0.28, 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 #CBBDA2 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 162 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.20 |
| HSL | 39.51º | 0.28% | 0.72% | - |
| HSV(B) | 39.51º | 0.2% | 0.8% | - |
| XYZ | 49.35 | 51.7 | 41.56 | - |
| YUV | 190.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 162 | 0 | 0.07 | 0.20 | 0.20 | 39.51 | 0.28 | 0.72 |
| Hex | CB | BD | A2 | 0 | 7 | 14 | 14 | 28 | 1C | 48 |
| Octal | 313 | 275 | 242 | 0 | 7 | 24 | 24 | 50 | 34 | 110 |
| Binary | 11001011 | 10111101 | 10100010 | 0 | 111 | 10100 | 10100 | 101000 | 11100 | 1001000 |
Color Harmonies of #CBBDA2
Complementary color
Monochromatic Colors of #CBBDA2
Black with #CBBDA2
Text Example
Text Example
White with #CBBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDA2; }
p { color: rgb(203,189,162); }
H1.HeaderClassName
{
color: #CBBDA2;
}
.AnyTagClassName
{
color: #CBBDA2;
}
</style>
background-color css
<style>
a { background-color: #CBBDA2; }
a { background-color: rgb(203,189,162); }
div.DivClassName
{
background-color: #CBBDA2;
}
.BgClassName
{
background-color: #CBBDA2;
}
</style>
border-color css
<style>
span { border-color: #CBBDA2; }
span { border-color: rgb(203,189,162); }
td.TdClassName
{
border-color: #CBBDA2;
}
.TagClassName
{
border-color: #CBBDA2;
}
</style>