Shades of Ash #C7C29B
Tints of Ash #C7C29B
RGB
CMYK
RGB Variations
Color information
#C7C29B (or 0xC7C29B) is known color: Ash. HEX triplet: C7, C2 and 9B. RGB value is (199,194,155). Sum of RGB (Red+Green+Blue) = 199+194+155=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C29B is #383D64. Grayscale: #BFBFBF. Windows color (decimal): -3685733 or 10207943. OLE color: 10207943.
HSL color Cylindrical-coordinate representation of color #C7C29B: hue angle of 53.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7C29B is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 155 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.22 |
| HSL | 53.18º | 0.28% | 0.69% | - |
| HSV(B) | 53.18º | 0.22% | 0.78% | - |
| XYZ | 48.76 | 53.09 | 38.69 | - |
| YUV | 191.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 155 | 0 | 0.03 | 0.22 | 0.22 | 53.18 | 0.28 | 0.69 |
| Hex | C7 | C2 | 9B | 0 | 3 | 16 | 16 | 35 | 1C | 45 |
| Octal | 307 | 302 | 233 | 0 | 3 | 26 | 26 | 65 | 34 | 105 |
| Binary | 11000111 | 11000010 | 10011011 | 0 | 11 | 10110 | 10110 | 110101 | 11100 | 1000101 |
Color Harmonies of #C7C29B
Complementary color
Monochromatic Colors of #C7C29B
Black with #C7C29B
Text Example
Text Example
White with #C7C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C29B; }
p { color: rgb(199,194,155); }
H1.HeaderClassName
{
color: #C7C29B;
}
.AnyTagClassName
{
color: #C7C29B;
}
</style>
background-color css
<style>
a { background-color: #C7C29B; }
a { background-color: rgb(199,194,155); }
div.DivClassName
{
background-color: #C7C29B;
}
.BgClassName
{
background-color: #C7C29B;
}
</style>
border-color css
<style>
span { border-color: #C7C29B; }
span { border-color: rgb(199,194,155); }
td.TdClassName
{
border-color: #C7C29B;
}
.TagClassName
{
border-color: #C7C29B;
}
</style>