Shades of Grain Brown #C3B4A1
Tints of Grain Brown #C3B4A1
RGB
CMYK
RGB Variations
Color information
#C3B4A1 (or 0xC3B4A1) is known color: Grain Brown. HEX triplet: C3, B4 and A1. RGB value is (195,180,161). Sum of RGB (Red+Green+Blue) = 195+180+161=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B4A1 is #3C4B5E. Grayscale: #B6B6B6. Windows color (decimal): -3951455 or 10597571. OLE color: 10597571.
HSL color Cylindrical-coordinate representation of color #C3B4A1: hue angle of 33.53º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3B4A1 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 161 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.24 |
| HSL | 33.53º | 0.22% | 0.7% | - |
| HSV(B) | 33.53º | 0.17% | 0.76% | - |
| XYZ | 45.26 | 46.82 | 40.37 | - |
| YUV | 182.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 161 | 0 | 0.08 | 0.17 | 0.24 | 33.53 | 0.22 | 0.7 |
| Hex | C3 | B4 | A1 | 0 | 8 | 11 | 18 | 22 | 16 | 46 |
| Octal | 303 | 264 | 241 | 0 | 10 | 21 | 30 | 42 | 26 | 106 |
| Binary | 11000011 | 10110100 | 10100001 | 0 | 1000 | 10001 | 11000 | 100010 | 10110 | 1000110 |
Color Harmonies of #C3B4A1
Complementary color
Monochromatic Colors of #C3B4A1
Black with #C3B4A1
Text Example
Text Example
White with #C3B4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B4A1; }
p { color: rgb(195,180,161); }
H1.HeaderClassName
{
color: #C3B4A1;
}
.AnyTagClassName
{
color: #C3B4A1;
}
</style>
background-color css
<style>
a { background-color: #C3B4A1; }
a { background-color: rgb(195,180,161); }
div.DivClassName
{
background-color: #C3B4A1;
}
.BgClassName
{
background-color: #C3B4A1;
}
</style>
border-color css
<style>
span { border-color: #C3B4A1; }
span { border-color: rgb(195,180,161); }
td.TdClassName
{
border-color: #C3B4A1;
}
.TagClassName
{
border-color: #C3B4A1;
}
</style>