Shades of Grain Brown #CAB99F
Tints of Grain Brown #CAB99F
RGB
CMYK
RGB Variations
Color information
#CAB99F (or 0xCAB99F) is known color: Grain Brown. HEX triplet: CA, B9 and 9F. RGB value is (202,185,159). Sum of RGB (Red+Green+Blue) = 202+185+159=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB99F is #354660. Grayscale: #BBBBBB. Windows color (decimal): -3491425 or 10467786. OLE color: 10467786.
HSL color Cylindrical-coordinate representation of color #CAB99F: hue angle of 36.28º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAB99F is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 159 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.21 |
| HSL | 36.28º | 0.29% | 0.71% | - |
| HSV(B) | 36.28º | 0.21% | 0.79% | - |
| XYZ | 47.96 | 49.76 | 39.88 | - |
| YUV | 187.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 159 | 0 | 0.08 | 0.21 | 0.21 | 36.28 | 0.29 | 0.71 |
| Hex | CA | B9 | 9F | 0 | 8 | 15 | 15 | 24 | 1D | 47 |
| Octal | 312 | 271 | 237 | 0 | 10 | 25 | 25 | 44 | 35 | 107 |
| Binary | 11001010 | 10111001 | 10011111 | 0 | 1000 | 10101 | 10101 | 100100 | 11101 | 1000111 |
Color Harmonies of #CAB99F
Complementary color
Monochromatic Colors of #CAB99F
Black with #CAB99F
Text Example
Text Example
White with #CAB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB99F; }
p { color: rgb(202,185,159); }
H1.HeaderClassName
{
color: #CAB99F;
}
.AnyTagClassName
{
color: #CAB99F;
}
</style>
background-color css
<style>
a { background-color: #CAB99F; }
a { background-color: rgb(202,185,159); }
div.DivClassName
{
background-color: #CAB99F;
}
.BgClassName
{
background-color: #CAB99F;
}
</style>
border-color css
<style>
span { border-color: #CAB99F; }
span { border-color: rgb(202,185,159); }
td.TdClassName
{
border-color: #CAB99F;
}
.TagClassName
{
border-color: #CAB99F;
}
</style>