Shades of Grain Brown #CABBA4
Tints of Grain Brown #CABBA4
RGB
CMYK
RGB Variations
Color information
#CABBA4 (or 0xCABBA4) is known color: Grain Brown. HEX triplet: CA, BB and A4. RGB value is (202,187,164). Sum of RGB (Red+Green+Blue) = 202+187+164=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA4 is #35445B. Grayscale: #BCBCBC. Windows color (decimal): -3490908 or 10795978. OLE color: 10795978.
HSL color Cylindrical-coordinate representation of color #CABBA4: hue angle of 36.32º 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 #CABBA4 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 187 | 164 | - |
CMYK | 0 | 0.07 | 0.19 | 0.21 |
HSL | 36.32º | 0.26% | 0.72% | - |
HSV(B) | 36.32º | 0.19% | 0.79% | - |
XYZ | 48.83 | 50.78 | 42.35 | - |
YUV | 188.86 | 113.97 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 187 | 164 | 0 | 0.07 | 0.19 | 0.21 | 36.32 | 0.26 | 0.72 |
Hex | CA | BB | A4 | 0 | 7 | 13 | 15 | 24 | 1A | 48 |
Octal | 312 | 273 | 244 | 0 | 7 | 23 | 25 | 44 | 32 | 110 |
Binary | 11001010 | 10111011 | 10100100 | 0 | 111 | 10011 | 10101 | 100100 | 11010 | 1001000 |
Color Harmonies of #CABBA4
Complementary color
Monochromatic Colors of #CABBA4
Black with #CABBA4
Text Example
Text Example
White with #CABBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBA4; }
p { color: rgb(202,187,164); }
H1.HeaderClassName
{
color: #CABBA4;
}
.AnyTagClassName
{
color: #CABBA4;
}
</style>
background-color css
<style>
a { background-color: #CABBA4; }
a { background-color: rgb(202,187,164); }
div.DivClassName
{
background-color: #CABBA4;
}
.BgClassName
{
background-color: #CABBA4;
}
</style>
border-color css
<style>
span { border-color: #CABBA4; }
span { border-color: rgb(202,187,164); }
td.TdClassName
{
border-color: #CABBA4;
}
.TagClassName
{
border-color: #CABBA4;
}
</style>