Shades of Ash #C1BC9C
Tints of Ash #C1BC9C
RGB
CMYK
RGB Variations
Color information
#C1BC9C (or 0xC1BC9C) is known color: Ash. HEX triplet: C1, BC and 9C. RGB value is (193,188,156). Sum of RGB (Red+Green+Blue) = 193+188+156=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC9C is #3E4363. Grayscale: #B9B9B9. Windows color (decimal): -4080484 or 10271937. OLE color: 10271937.
HSL color Cylindrical-coordinate representation of color #C1BC9C: hue angle of 51.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BC9C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 156 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.24 |
| HSL | 51.89º | 0.23% | 0.68% | - |
| HSV(B) | 51.89º | 0.19% | 0.76% | - |
| XYZ | 45.98 | 49.7 | 38.62 | - |
| YUV | 185.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 156 | 0 | 0.03 | 0.19 | 0.24 | 51.89 | 0.23 | 0.68 |
| Hex | C1 | BC | 9C | 0 | 3 | 13 | 18 | 34 | 17 | 44 |
| Octal | 301 | 274 | 234 | 0 | 3 | 23 | 30 | 64 | 27 | 104 |
| Binary | 11000001 | 10111100 | 10011100 | 0 | 11 | 10011 | 11000 | 110100 | 10111 | 1000100 |
Color Harmonies of #C1BC9C
Complementary color
Monochromatic Colors of #C1BC9C
Black with #C1BC9C
Text Example
Text Example
White with #C1BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC9C; }
p { color: rgb(193,188,156); }
H1.HeaderClassName
{
color: #C1BC9C;
}
.AnyTagClassName
{
color: #C1BC9C;
}
</style>
background-color css
<style>
a { background-color: #C1BC9C; }
a { background-color: rgb(193,188,156); }
div.DivClassName
{
background-color: #C1BC9C;
}
.BgClassName
{
background-color: #C1BC9C;
}
</style>
border-color css
<style>
span { border-color: #C1BC9C; }
span { border-color: rgb(193,188,156); }
td.TdClassName
{
border-color: #C1BC9C;
}
.TagClassName
{
border-color: #C1BC9C;
}
</style>