Shades of Ash #C3BE9E
Tints of Ash #C3BE9E
RGB
CMYK
RGB Variations
Color information
#C3BE9E (or 0xC3BE9E) is known color: Ash. HEX triplet: C3, BE and 9E. RGB value is (195,190,158). Sum of RGB (Red+Green+Blue) = 195+190+158=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE9E is #3C4161. Grayscale: #BBBBBB. Windows color (decimal): -3948898 or 10403523. OLE color: 10403523.
HSL color Cylindrical-coordinate representation of color #C3BE9E: hue angle of 51.89º degrees, saturation: 0.24, 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 #C3BE9E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 158 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.24 |
| HSL | 51.89º | 0.24% | 0.69% | - |
| HSV(B) | 51.89º | 0.19% | 0.76% | - |
| XYZ | 47.09 | 50.9 | 39.69 | - |
| YUV | 187.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 158 | 0 | 0.03 | 0.19 | 0.24 | 51.89 | 0.24 | 0.69 |
| Hex | C3 | BE | 9E | 0 | 3 | 13 | 18 | 34 | 18 | 45 |
| Octal | 303 | 276 | 236 | 0 | 3 | 23 | 30 | 64 | 30 | 105 |
| Binary | 11000011 | 10111110 | 10011110 | 0 | 11 | 10011 | 11000 | 110100 | 11000 | 1000101 |
Color Harmonies of #C3BE9E
Complementary color
Monochromatic Colors of #C3BE9E
Black with #C3BE9E
Text Example
Text Example
White with #C3BE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE9E; }
p { color: rgb(195,190,158); }
H1.HeaderClassName
{
color: #C3BE9E;
}
.AnyTagClassName
{
color: #C3BE9E;
}
</style>
background-color css
<style>
a { background-color: #C3BE9E; }
a { background-color: rgb(195,190,158); }
div.DivClassName
{
background-color: #C3BE9E;
}
.BgClassName
{
background-color: #C3BE9E;
}
</style>
border-color css
<style>
span { border-color: #C3BE9E; }
span { border-color: rgb(195,190,158); }
td.TdClassName
{
border-color: #C3BE9E;
}
.TagClassName
{
border-color: #C3BE9E;
}
</style>