Shades of Grain Brown #CAB3A4
Tints of Grain Brown #CAB3A4
RGB
CMYK
RGB Variations
Color information
#CAB3A4 (or 0xCAB3A4) is known color: Grain Brown. HEX triplet: CA, B3 and A4. RGB value is (202,179,164). Sum of RGB (Red+Green+Blue) = 202+179+164=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB3A4 is #354C5B. Grayscale: #B8B8B8. Windows color (decimal): -3492956 or 10793930. OLE color: 10793930.
HSL color Cylindrical-coordinate representation of color #CAB3A4: hue angle of 23.68º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB3A4 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 164 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.21 |
| HSL | 23.68º | 0.26% | 0.72% | - |
| HSV(B) | 23.68º | 0.19% | 0.79% | - |
| XYZ | 47.18 | 47.48 | 41.8 | - |
| YUV | 184.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 164 | 0 | 0.11 | 0.19 | 0.21 | 23.68 | 0.26 | 0.72 |
| Hex | CA | B3 | A4 | 0 | B | 13 | 15 | 18 | 1A | 48 |
| Octal | 312 | 263 | 244 | 0 | 13 | 23 | 25 | 30 | 32 | 110 |
| Binary | 11001010 | 10110011 | 10100100 | 0 | 1011 | 10011 | 10101 | 11000 | 11010 | 1001000 |
Color Harmonies of #CAB3A4
Complementary color
Monochromatic Colors of #CAB3A4
Black with #CAB3A4
Text Example
Text Example
White with #CAB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3A4; }
p { color: rgb(202,179,164); }
H1.HeaderClassName
{
color: #CAB3A4;
}
.AnyTagClassName
{
color: #CAB3A4;
}
</style>
background-color css
<style>
a { background-color: #CAB3A4; }
a { background-color: rgb(202,179,164); }
div.DivClassName
{
background-color: #CAB3A4;
}
.BgClassName
{
background-color: #CAB3A4;
}
</style>
border-color css
<style>
span { border-color: #CAB3A4; }
span { border-color: rgb(202,179,164); }
td.TdClassName
{
border-color: #CAB3A4;
}
.TagClassName
{
border-color: #CAB3A4;
}
</style>