Shades of Soft Amber #CBBBA1
Tints of Soft Amber #CBBBA1
RGB
CMYK
RGB Variations
Color information
#CBBBA1 (or 0xCBBBA1) is known color: Soft Amber. HEX triplet: CB, BB and A1. RGB value is (203,187,161). Sum of RGB (Red+Green+Blue) = 203+187+161=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBA1 is #34445E. Grayscale: #BCBCBC. Windows color (decimal): -3425375 or 10599371. OLE color: 10599371.
HSL color Cylindrical-coordinate representation of color #CBBBA1: hue angle of 37.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBBA1 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 161 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.20 |
| HSL | 37.14º | 0.29% | 0.71% | - |
| HSV(B) | 37.14º | 0.21% | 0.8% | - |
| XYZ | 48.83 | 50.81 | 40.95 | - |
| YUV | 188.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 161 | 0 | 0.08 | 0.21 | 0.20 | 37.14 | 0.29 | 0.71 |
| Hex | CB | BB | A1 | 0 | 8 | 15 | 14 | 25 | 1D | 47 |
| Octal | 313 | 273 | 241 | 0 | 10 | 25 | 24 | 45 | 35 | 107 |
| Binary | 11001011 | 10111011 | 10100001 | 0 | 1000 | 10101 | 10100 | 100101 | 11101 | 1000111 |
Color Harmonies of #CBBBA1
Complementary color
Monochromatic Colors of #CBBBA1
Black with #CBBBA1
Text Example
Text Example
White with #CBBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBA1; }
p { color: rgb(203,187,161); }
H1.HeaderClassName
{
color: #CBBBA1;
}
.AnyTagClassName
{
color: #CBBBA1;
}
</style>
background-color css
<style>
a { background-color: #CBBBA1; }
a { background-color: rgb(203,187,161); }
div.DivClassName
{
background-color: #CBBBA1;
}
.BgClassName
{
background-color: #CBBBA1;
}
</style>
border-color css
<style>
span { border-color: #CBBBA1; }
span { border-color: rgb(203,187,161); }
td.TdClassName
{
border-color: #CBBBA1;
}
.TagClassName
{
border-color: #CBBBA1;
}
</style>