Shades of Ash #C3BF9C
Tints of Ash #C3BF9C
RGB
CMYK
RGB Variations
Color information
#C3BF9C (or 0xC3BF9C) is known color: Ash. HEX triplet: C3, BF and 9C. RGB value is (195,191,156). Sum of RGB (Red+Green+Blue) = 195+191+156=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF9C is #3C4063. Grayscale: #BCBCBC. Windows color (decimal): -3948644 or 10272707. OLE color: 10272707.
HSL color Cylindrical-coordinate representation of color #C3BF9C: hue angle of 53.85º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BF9C is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 156 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.24 |
| HSL | 53.85º | 0.25% | 0.69% | - |
| HSV(B) | 53.85º | 0.2% | 0.76% | - |
| XYZ | 47.14 | 51.26 | 38.86 | - |
| YUV | 188.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 156 | 0 | 0.02 | 0.20 | 0.24 | 53.85 | 0.25 | 0.69 |
| Hex | C3 | BF | 9C | 0 | 2 | 14 | 18 | 36 | 19 | 45 |
| Octal | 303 | 277 | 234 | 0 | 2 | 24 | 30 | 66 | 31 | 105 |
| Binary | 11000011 | 10111111 | 10011100 | 0 | 10 | 10100 | 11000 | 110110 | 11001 | 1000101 |
Color Harmonies of #C3BF9C
Complementary color
Monochromatic Colors of #C3BF9C
Black with #C3BF9C
Text Example
Text Example
White with #C3BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF9C; }
p { color: rgb(195,191,156); }
H1.HeaderClassName
{
color: #C3BF9C;
}
.AnyTagClassName
{
color: #C3BF9C;
}
</style>
background-color css
<style>
a { background-color: #C3BF9C; }
a { background-color: rgb(195,191,156); }
div.DivClassName
{
background-color: #C3BF9C;
}
.BgClassName
{
background-color: #C3BF9C;
}
</style>
border-color css
<style>
span { border-color: #C3BF9C; }
span { border-color: rgb(195,191,156); }
td.TdClassName
{
border-color: #C3BF9C;
}
.TagClassName
{
border-color: #C3BF9C;
}
</style>