Shades of Grain Brown #CAB6A2
Tints of Grain Brown #CAB6A2
RGB
CMYK
RGB Variations
Color information
#CAB6A2 (or 0xCAB6A2) is known color: Grain Brown. HEX triplet: CA, B6 and A2. RGB value is (202,182,162). Sum of RGB (Red+Green+Blue) = 202+182+162=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB6A2 is #35495D. Grayscale: #B9B9B9. Windows color (decimal): -3492190 or 10663626. OLE color: 10663626.
HSL color Cylindrical-coordinate representation of color #CAB6A2: hue angle of 30º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB6A2 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 182 | 162 | - |
CMYK | 0 | 0.10 | 0.20 | 0.21 |
HSL | 30º | 0.27% | 0.71% | - |
HSV(B) | 30º | 0.2% | 0.79% | - |
XYZ | 47.61 | 48.62 | 41.06 | - |
YUV | 185.7 | 114.63 | 139.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 182 | 162 | 0 | 0.10 | 0.20 | 0.21 | 30 | 0.27 | 0.71 |
Hex | CA | B6 | A2 | 0 | A | 14 | 15 | 1E | 1B | 47 |
Octal | 312 | 266 | 242 | 0 | 12 | 24 | 25 | 36 | 33 | 107 |
Binary | 11001010 | 10110110 | 10100010 | 0 | 1010 | 10100 | 10101 | 11110 | 11011 | 1000111 |
Color Harmonies of #CAB6A2
Complementary color
Monochromatic Colors of #CAB6A2
Black with #CAB6A2
Text Example
Text Example
White with #CAB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6A2; }
p { color: rgb(202,182,162); }
H1.HeaderClassName
{
color: #CAB6A2;
}
.AnyTagClassName
{
color: #CAB6A2;
}
</style>
background-color css
<style>
a { background-color: #CAB6A2; }
a { background-color: rgb(202,182,162); }
div.DivClassName
{
background-color: #CAB6A2;
}
.BgClassName
{
background-color: #CAB6A2;
}
</style>
border-color css
<style>
span { border-color: #CAB6A2; }
span { border-color: rgb(202,182,162); }
td.TdClassName
{
border-color: #CAB6A2;
}
.TagClassName
{
border-color: #CAB6A2;
}
</style>