Shades of Ash #C2BC9B
Tints of Ash #C2BC9B
RGB
CMYK
RGB Variations
Color information
#C2BC9B (or 0xC2BC9B) is known color: Ash. HEX triplet: C2, BC and 9B. RGB value is (194,188,155). Sum of RGB (Red+Green+Blue) = 194+188+155=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC9B is #3D4364. Grayscale: #BABABA. Windows color (decimal): -4014949 or 10206402. OLE color: 10206402.
HSL color Cylindrical-coordinate representation of color #C2BC9B: hue angle of 50.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BC9B is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 155 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.24 |
| HSL | 50.77º | 0.24% | 0.68% | - |
| HSV(B) | 50.77º | 0.2% | 0.76% | - |
| XYZ | 46.15 | 49.8 | 38.19 | - |
| YUV | 186.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 155 | 0 | 0.03 | 0.20 | 0.24 | 50.77 | 0.24 | 0.68 |
| Hex | C2 | BC | 9B | 0 | 3 | 14 | 18 | 33 | 18 | 44 |
| Octal | 302 | 274 | 233 | 0 | 3 | 24 | 30 | 63 | 30 | 104 |
| Binary | 11000010 | 10111100 | 10011011 | 0 | 11 | 10100 | 11000 | 110011 | 11000 | 1000100 |
Color Harmonies of #C2BC9B
Complementary color
Monochromatic Colors of #C2BC9B
Black with #C2BC9B
Text Example
Text Example
White with #C2BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC9B; }
p { color: rgb(194,188,155); }
H1.HeaderClassName
{
color: #C2BC9B;
}
.AnyTagClassName
{
color: #C2BC9B;
}
</style>
background-color css
<style>
a { background-color: #C2BC9B; }
a { background-color: rgb(194,188,155); }
div.DivClassName
{
background-color: #C2BC9B;
}
.BgClassName
{
background-color: #C2BC9B;
}
</style>
border-color css
<style>
span { border-color: #C2BC9B; }
span { border-color: rgb(194,188,155); }
td.TdClassName
{
border-color: #C2BC9B;
}
.TagClassName
{
border-color: #C2BC9B;
}
</style>