Shades of Ash #C7C29C
Tints of Ash #C7C29C
RGB
CMYK
RGB Variations
Color information
#C7C29C (or 0xC7C29C) is known color: Ash. HEX triplet: C7, C2 and 9C. RGB value is (199,194,156). Sum of RGB (Red+Green+Blue) = 199+194+156=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C29C is #383D63. Grayscale: #BFBFBF. Windows color (decimal): -3685732 or 10273479. OLE color: 10273479.
HSL color Cylindrical-coordinate representation of color #C7C29C: hue angle of 53.02º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7C29C is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 156 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.22 |
| HSL | 53.02º | 0.28% | 0.7% | - |
| HSV(B) | 53.02º | 0.22% | 0.78% | - |
| XYZ | 48.85 | 53.13 | 39.13 | - |
| YUV | 191.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 156 | 0 | 0.03 | 0.22 | 0.22 | 53.02 | 0.28 | 0.7 |
| Hex | C7 | C2 | 9C | 0 | 3 | 16 | 16 | 35 | 1C | 46 |
| Octal | 307 | 302 | 234 | 0 | 3 | 26 | 26 | 65 | 34 | 106 |
| Binary | 11000111 | 11000010 | 10011100 | 0 | 11 | 10110 | 10110 | 110101 | 11100 | 1000110 |
Color Harmonies of #C7C29C
Complementary color
Monochromatic Colors of #C7C29C
Black with #C7C29C
Text Example
Text Example
White with #C7C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C29C; }
p { color: rgb(199,194,156); }
H1.HeaderClassName
{
color: #C7C29C;
}
.AnyTagClassName
{
color: #C7C29C;
}
</style>
background-color css
<style>
a { background-color: #C7C29C; }
a { background-color: rgb(199,194,156); }
div.DivClassName
{
background-color: #C7C29C;
}
.BgClassName
{
background-color: #C7C29C;
}
</style>
border-color css
<style>
span { border-color: #C7C29C; }
span { border-color: rgb(199,194,156); }
td.TdClassName
{
border-color: #C7C29C;
}
.TagClassName
{
border-color: #C7C29C;
}
</style>