Shades of Soft Amber #CCBBA0
Tints of Soft Amber #CCBBA0
RGB
CMYK
RGB Variations
Color information
#CCBBA0 (or 0xCCBBA0) is known color: Soft Amber. HEX triplet: CC, BB and A0. RGB value is (204,187,160). Sum of RGB (Red+Green+Blue) = 204+187+160=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA0 is #33445F. Grayscale: #BDBDBD. Windows color (decimal): -3359840 or 10533836. OLE color: 10533836.
HSL color Cylindrical-coordinate representation of color #CCBBA0: hue angle of 36.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBBA0 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 160 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.2 |
| HSL | 36.82º | 0.3% | 0.71% | - |
| HSV(B) | 36.82º | 0.22% | 0.8% | - |
| XYZ | 49.02 | 50.92 | 40.5 | - |
| YUV | 189.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 160 | 0 | 0.08 | 0.22 | 0.2 | 36.82 | 0.3 | 0.71 |
| Hex | CC | BB | A0 | 0 | 8 | 16 | 14 | 25 | 1E | 47 |
| Octal | 314 | 273 | 240 | 0 | 10 | 26 | 24 | 45 | 36 | 107 |
| Binary | 11001100 | 10111011 | 10100000 | 0 | 1000 | 10110 | 10100 | 100101 | 11110 | 1000111 |
Color Harmonies of #CCBBA0
Complementary color
Monochromatic Colors of #CCBBA0
Black with #CCBBA0
Text Example
Text Example
White with #CCBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBA0; }
p { color: rgb(204,187,160); }
H1.HeaderClassName
{
color: #CCBBA0;
}
.AnyTagClassName
{
color: #CCBBA0;
}
</style>
background-color css
<style>
a { background-color: #CCBBA0; }
a { background-color: rgb(204,187,160); }
div.DivClassName
{
background-color: #CCBBA0;
}
.BgClassName
{
background-color: #CCBBA0;
}
</style>
border-color css
<style>
span { border-color: #CCBBA0; }
span { border-color: rgb(204,187,160); }
td.TdClassName
{
border-color: #CCBBA0;
}
.TagClassName
{
border-color: #CCBBA0;
}
</style>