Shades of Grain Brown #C3B2A0
Tints of Grain Brown #C3B2A0
RGB
CMYK
RGB Variations
Color information
#C3B2A0 (or 0xC3B2A0) is known color: Grain Brown. HEX triplet: C3, B2 and A0. RGB value is (195,178,160). Sum of RGB (Red+Green+Blue) = 195+178+160=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B2A0 is #3C4D5F. Grayscale: #B5B5B5. Windows color (decimal): -3951968 or 10531523. OLE color: 10531523.
HSL color Cylindrical-coordinate representation of color #C3B2A0: hue angle of 30.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3B2A0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 160 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.24 |
| HSL | 30.86º | 0.23% | 0.7% | - |
| HSV(B) | 30.86º | 0.18% | 0.76% | - |
| XYZ | 44.77 | 45.98 | 39.77 | - |
| YUV | 181.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 160 | 0 | 0.09 | 0.18 | 0.24 | 30.86 | 0.23 | 0.7 |
| Hex | C3 | B2 | A0 | 0 | 9 | 12 | 18 | 1F | 17 | 46 |
| Octal | 303 | 262 | 240 | 0 | 11 | 22 | 30 | 37 | 27 | 106 |
| Binary | 11000011 | 10110010 | 10100000 | 0 | 1001 | 10010 | 11000 | 11111 | 10111 | 1000110 |
Color Harmonies of #C3B2A0
Complementary color
Monochromatic Colors of #C3B2A0
Black with #C3B2A0
Text Example
Text Example
White with #C3B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2A0; }
p { color: rgb(195,178,160); }
H1.HeaderClassName
{
color: #C3B2A0;
}
.AnyTagClassName
{
color: #C3B2A0;
}
</style>
background-color css
<style>
a { background-color: #C3B2A0; }
a { background-color: rgb(195,178,160); }
div.DivClassName
{
background-color: #C3B2A0;
}
.BgClassName
{
background-color: #C3B2A0;
}
</style>
border-color css
<style>
span { border-color: #C3B2A0; }
span { border-color: rgb(195,178,160); }
td.TdClassName
{
border-color: #C3B2A0;
}
.TagClassName
{
border-color: #C3B2A0;
}
</style>