Shades of Grain Brown #CABBAD
Tints of Grain Brown #CABBAD
RGB
CMYK
RGB Variations
Color information
#CABBAD (or 0xCABBAD) is known color: Grain Brown. HEX triplet: CA, BB and AD. RGB value is (202,187,173). Sum of RGB (Red+Green+Blue) = 202+187+173=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBAD is #354452. Grayscale: #BDBDBD. Windows color (decimal): -3490899 or 11385802. OLE color: 11385802.
HSL color Cylindrical-coordinate representation of color #CABBAD: hue angle of 28.97º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABBAD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 173 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.21 |
| HSL | 28.97º | 0.21% | 0.74% | - |
| HSV(B) | 28.97º | 0.14% | 0.79% | - |
| XYZ | 49.67 | 51.11 | 46.78 | - |
| YUV | 189.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 173 | 0 | 0.07 | 0.14 | 0.21 | 28.97 | 0.21 | 0.74 |
| Hex | CA | BB | AD | 0 | 7 | E | 15 | 1D | 15 | 4A |
| Octal | 312 | 273 | 255 | 0 | 7 | 16 | 25 | 35 | 25 | 112 |
| Binary | 11001010 | 10111011 | 10101101 | 0 | 111 | 1110 | 10101 | 11101 | 10101 | 1001010 |
Color Harmonies of #CABBAD
Complementary color
Monochromatic Colors of #CABBAD
Black with #CABBAD
Text Example
Text Example
White with #CABBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBAD; }
p { color: rgb(202,187,173); }
H1.HeaderClassName
{
color: #CABBAD;
}
.AnyTagClassName
{
color: #CABBAD;
}
</style>
background-color css
<style>
a { background-color: #CABBAD; }
a { background-color: rgb(202,187,173); }
div.DivClassName
{
background-color: #CABBAD;
}
.BgClassName
{
background-color: #CABBAD;
}
</style>
border-color css
<style>
span { border-color: #CABBAD; }
span { border-color: rgb(202,187,173); }
td.TdClassName
{
border-color: #CABBAD;
}
.TagClassName
{
border-color: #CABBAD;
}
</style>