Shades of Ash #C1BC9D
Tints of Ash #C1BC9D
RGB
CMYK
RGB Variations
Color information
#C1BC9D (or 0xC1BC9D) is known color: Ash. HEX triplet: C1, BC and 9D. RGB value is (193,188,157). Sum of RGB (Red+Green+Blue) = 193+188+157=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC9D is #3E4362. Grayscale: #BABABA. Windows color (decimal): -4080483 or 10337473. OLE color: 10337473.
HSL color Cylindrical-coordinate representation of color #C1BC9D: hue angle of 51.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BC9D is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 157 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.24 |
| HSL | 51.67º | 0.23% | 0.69% | - |
| HSV(B) | 51.67º | 0.19% | 0.76% | - |
| XYZ | 46.06 | 49.74 | 39.07 | - |
| YUV | 185.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 157 | 0 | 0.03 | 0.19 | 0.24 | 51.67 | 0.23 | 0.69 |
| Hex | C1 | BC | 9D | 0 | 3 | 13 | 18 | 34 | 16 | 45 |
| Octal | 301 | 274 | 235 | 0 | 3 | 23 | 30 | 64 | 26 | 105 |
| Binary | 11000001 | 10111100 | 10011101 | 0 | 11 | 10011 | 11000 | 110100 | 10110 | 1000101 |
Color Harmonies of #C1BC9D
Complementary color
Monochromatic Colors of #C1BC9D
Black with #C1BC9D
Text Example
Text Example
White with #C1BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC9D; }
p { color: rgb(193,188,157); }
H1.HeaderClassName
{
color: #C1BC9D;
}
.AnyTagClassName
{
color: #C1BC9D;
}
</style>
background-color css
<style>
a { background-color: #C1BC9D; }
a { background-color: rgb(193,188,157); }
div.DivClassName
{
background-color: #C1BC9D;
}
.BgClassName
{
background-color: #C1BC9D;
}
</style>
border-color css
<style>
span { border-color: #C1BC9D; }
span { border-color: rgb(193,188,157); }
td.TdClassName
{
border-color: #C1BC9D;
}
.TagClassName
{
border-color: #C1BC9D;
}
</style>