Shades of Soft Amber #C7BCA8
Tints of Soft Amber #C7BCA8
RGB
CMYK
RGB Variations
Color information
#C7BCA8 (or 0xC7BCA8) is known color: Soft Amber. HEX triplet: C7, BC and A8. RGB value is (199,188,168). Sum of RGB (Red+Green+Blue) = 199+188+168=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BCA8 is #384357. Grayscale: #BDBDBD. Windows color (decimal): -3687256 or 11058375. OLE color: 11058375.
HSL color Cylindrical-coordinate representation of color #C7BCA8: hue angle of 38.71º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7BCA8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 188 | 168 | - |
CMYK | 0 | 0.06 | 0.16 | 0.22 |
HSL | 38.71º | 0.22% | 0.72% | - |
HSV(B) | 38.71º | 0.16% | 0.78% | - |
XYZ | 48.6 | 50.94 | 44.32 | - |
YUV | 189.01 | 116.14 | 135.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 188 | 168 | 0 | 0.06 | 0.16 | 0.22 | 38.71 | 0.22 | 0.72 |
Hex | C7 | BC | A8 | 0 | 6 | 10 | 16 | 27 | 16 | 48 |
Octal | 307 | 274 | 250 | 0 | 6 | 20 | 26 | 47 | 26 | 110 |
Binary | 11000111 | 10111100 | 10101000 | 0 | 110 | 10000 | 10110 | 100111 | 10110 | 1001000 |
Color Harmonies of #C7BCA8
Complementary color
Monochromatic Colors of #C7BCA8
Black with #C7BCA8
Text Example
Text Example
White with #C7BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCA8; }
p { color: rgb(199,188,168); }
H1.HeaderClassName
{
color: #C7BCA8;
}
.AnyTagClassName
{
color: #C7BCA8;
}
</style>
background-color css
<style>
a { background-color: #C7BCA8; }
a { background-color: rgb(199,188,168); }
div.DivClassName
{
background-color: #C7BCA8;
}
.BgClassName
{
background-color: #C7BCA8;
}
</style>
border-color css
<style>
span { border-color: #C7BCA8; }
span { border-color: rgb(199,188,168); }
td.TdClassName
{
border-color: #C7BCA8;
}
.TagClassName
{
border-color: #C7BCA8;
}
</style>