Shades of Ash #C3BE9D
Tints of Ash #C3BE9D
RGB
CMYK
RGB Variations
Color information
#C3BE9D (or 0xC3BE9D) is known color: Ash. HEX triplet: C3, BE and 9D. RGB value is (195,190,157). Sum of RGB (Red+Green+Blue) = 195+190+157=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE9D is #3C4162. Grayscale: #BBBBBB. Windows color (decimal): -3948899 or 10337987. OLE color: 10337987.
HSL color Cylindrical-coordinate representation of color #C3BE9D: hue angle of 52.11º 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 #C3BE9D is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 157 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.24 |
| HSL | 52.11º | 0.24% | 0.69% | - |
| HSV(B) | 52.11º | 0.19% | 0.76% | - |
| XYZ | 47 | 50.86 | 39.24 | - |
| YUV | 187.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 157 | 0 | 0.03 | 0.19 | 0.24 | 52.11 | 0.24 | 0.69 |
| Hex | C3 | BE | 9D | 0 | 3 | 13 | 18 | 34 | 18 | 45 |
| Octal | 303 | 276 | 235 | 0 | 3 | 23 | 30 | 64 | 30 | 105 |
| Binary | 11000011 | 10111110 | 10011101 | 0 | 11 | 10011 | 11000 | 110100 | 11000 | 1000101 |
Color Harmonies of #C3BE9D
Complementary color
Monochromatic Colors of #C3BE9D
Black with #C3BE9D
Text Example
Text Example
White with #C3BE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE9D; }
p { color: rgb(195,190,157); }
H1.HeaderClassName
{
color: #C3BE9D;
}
.AnyTagClassName
{
color: #C3BE9D;
}
</style>
background-color css
<style>
a { background-color: #C3BE9D; }
a { background-color: rgb(195,190,157); }
div.DivClassName
{
background-color: #C3BE9D;
}
.BgClassName
{
background-color: #C3BE9D;
}
</style>
border-color css
<style>
span { border-color: #C3BE9D; }
span { border-color: rgb(195,190,157); }
td.TdClassName
{
border-color: #C3BE9D;
}
.TagClassName
{
border-color: #C3BE9D;
}
</style>