Shades of Grain Brown #CABAAA
Tints of Grain Brown #CABAAA
RGB
CMYK
RGB Variations
Color information
#CABAAA (or 0xCABAAA) is known color: Grain Brown. HEX triplet: CA, BA and AA. RGB value is (202,186,170). Sum of RGB (Red+Green+Blue) = 202+186+170=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAAA is #354555. Grayscale: #BDBDBD. Windows color (decimal): -3491158 or 11188938. OLE color: 11188938.
HSL color Cylindrical-coordinate representation of color #CABAAA: hue angle of 30º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABAAA is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 186 | 170 | - |
CMYK | 0 | 0.08 | 0.16 | 0.21 |
HSL | 30º | 0.23% | 0.73% | - |
HSV(B) | 30º | 0.16% | 0.79% | - |
XYZ | 49.17 | 50.58 | 45.2 | - |
YUV | 188.96 | 117.3 | 137.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 186 | 170 | 0 | 0.08 | 0.16 | 0.21 | 30 | 0.23 | 0.73 |
Hex | CA | BA | AA | 0 | 8 | 10 | 15 | 1E | 17 | 49 |
Octal | 312 | 272 | 252 | 0 | 10 | 20 | 25 | 36 | 27 | 111 |
Binary | 11001010 | 10111010 | 10101010 | 0 | 1000 | 10000 | 10101 | 11110 | 10111 | 1001001 |
Color Harmonies of #CABAAA
Complementary color
Monochromatic Colors of #CABAAA
Black with #CABAAA
Text Example
Text Example
White with #CABAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAAA; }
p { color: rgb(202,186,170); }
H1.HeaderClassName
{
color: #CABAAA;
}
.AnyTagClassName
{
color: #CABAAA;
}
</style>
background-color css
<style>
a { background-color: #CABAAA; }
a { background-color: rgb(202,186,170); }
div.DivClassName
{
background-color: #CABAAA;
}
.BgClassName
{
background-color: #CABAAA;
}
</style>
border-color css
<style>
span { border-color: #CABAAA; }
span { border-color: rgb(202,186,170); }
td.TdClassName
{
border-color: #CABAAA;
}
.TagClassName
{
border-color: #CABAAA;
}
</style>