Shades of Soft Amber #C8BCAA
Tints of Soft Amber #C8BCAA
RGB
CMYK
RGB Variations
Color information
#C8BCAA (or 0xC8BCAA) is known color: Soft Amber. HEX triplet: C8, BC and AA. RGB value is (200,188,170). Sum of RGB (Red+Green+Blue) = 200+188+170=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAA is #374355. Grayscale: #BDBDBD. Windows color (decimal): -3621718 or 11189448. OLE color: 11189448.
HSL color Cylindrical-coordinate representation of color #C8BCAA: hue angle of 36º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BCAA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 170 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.22 |
| HSL | 36º | 0.21% | 0.73% | - |
| HSV(B) | 36º | 0.15% | 0.78% | - |
| XYZ | 49.06 | 51.15 | 45.32 | - |
| YUV | 189.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 170 | 0 | 0.06 | 0.15 | 0.22 | 36 | 0.21 | 0.73 |
| Hex | C8 | BC | AA | 0 | 6 | F | 16 | 24 | 15 | 49 |
| Octal | 310 | 274 | 252 | 0 | 6 | 17 | 26 | 44 | 25 | 111 |
| Binary | 11001000 | 10111100 | 10101010 | 0 | 110 | 1111 | 10110 | 100100 | 10101 | 1001001 |
Color Harmonies of #C8BCAA
Complementary color
Monochromatic Colors of #C8BCAA
Black with #C8BCAA
Text Example
Text Example
White with #C8BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCAA; }
p { color: rgb(200,188,170); }
H1.HeaderClassName
{
color: #C8BCAA;
}
.AnyTagClassName
{
color: #C8BCAA;
}
</style>
background-color css
<style>
a { background-color: #C8BCAA; }
a { background-color: rgb(200,188,170); }
div.DivClassName
{
background-color: #C8BCAA;
}
.BgClassName
{
background-color: #C8BCAA;
}
</style>
border-color css
<style>
span { border-color: #C8BCAA; }
span { border-color: rgb(200,188,170); }
td.TdClassName
{
border-color: #C8BCAA;
}
.TagClassName
{
border-color: #C8BCAA;
}
</style>