Shades of Grain Brown #C4B2A0
Tints of Grain Brown #C4B2A0
RGB
CMYK
RGB Variations
Color information
#C4B2A0 (or 0xC4B2A0) is known color: Grain Brown. HEX triplet: C4, B2 and A0. RGB value is (196,178,160). Sum of RGB (Red+Green+Blue) = 196+178+160=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2A0 is #3B4D5F. Grayscale: #B5B5B5. Windows color (decimal): -3886432 or 10531524. OLE color: 10531524.
HSL color Cylindrical-coordinate representation of color #C4B2A0: hue angle of 30º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B2A0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 160 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.23 |
| HSL | 30º | 0.23% | 0.7% | - |
| HSV(B) | 30º | 0.18% | 0.77% | - |
| XYZ | 45.03 | 46.11 | 39.79 | - |
| YUV | 181.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 160 | 0 | 0.09 | 0.18 | 0.23 | 30 | 0.23 | 0.7 |
| Hex | C4 | B2 | A0 | 0 | 9 | 12 | 17 | 1E | 17 | 46 |
| Octal | 304 | 262 | 240 | 0 | 11 | 22 | 27 | 36 | 27 | 106 |
| Binary | 11000100 | 10110010 | 10100000 | 0 | 1001 | 10010 | 10111 | 11110 | 10111 | 1000110 |
Color Harmonies of #C4B2A0
Complementary color
Monochromatic Colors of #C4B2A0
Black with #C4B2A0
Text Example
Text Example
White with #C4B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2A0; }
p { color: rgb(196,178,160); }
H1.HeaderClassName
{
color: #C4B2A0;
}
.AnyTagClassName
{
color: #C4B2A0;
}
</style>
background-color css
<style>
a { background-color: #C4B2A0; }
a { background-color: rgb(196,178,160); }
div.DivClassName
{
background-color: #C4B2A0;
}
.BgClassName
{
background-color: #C4B2A0;
}
</style>
border-color css
<style>
span { border-color: #C4B2A0; }
span { border-color: rgb(196,178,160); }
td.TdClassName
{
border-color: #C4B2A0;
}
.TagClassName
{
border-color: #C4B2A0;
}
</style>