Shades of Grain Brown #CABCAF
Tints of Grain Brown #CABCAF
RGB
CMYK
RGB Variations
Color information
#CABCAF (or 0xCABCAF) is known color: Grain Brown. HEX triplet: CA, BC and AF. RGB value is (202,188,175). Sum of RGB (Red+Green+Blue) = 202+188+175=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCAF is #354350. Grayscale: #BEBEBE. Windows color (decimal): -3490641 or 11517130. OLE color: 11517130.
HSL color Cylindrical-coordinate representation of color #CABCAF: hue angle of 28.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABCAF is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 175 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.21 |
| HSL | 28.89º | 0.2% | 0.74% | - |
| HSV(B) | 28.89º | 0.13% | 0.79% | - |
| XYZ | 50.08 | 51.62 | 47.88 | - |
| YUV | 190.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 175 | 0 | 0.07 | 0.13 | 0.21 | 28.89 | 0.2 | 0.74 |
| Hex | CA | BC | AF | 0 | 7 | D | 15 | 1D | 14 | 4A |
| Octal | 312 | 274 | 257 | 0 | 7 | 15 | 25 | 35 | 24 | 112 |
| Binary | 11001010 | 10111100 | 10101111 | 0 | 111 | 1101 | 10101 | 11101 | 10100 | 1001010 |
Color Harmonies of #CABCAF
Complementary color
Monochromatic Colors of #CABCAF
Black with #CABCAF
Text Example
Text Example
White with #CABCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCAF; }
p { color: rgb(202,188,175); }
H1.HeaderClassName
{
color: #CABCAF;
}
.AnyTagClassName
{
color: #CABCAF;
}
</style>
background-color css
<style>
a { background-color: #CABCAF; }
a { background-color: rgb(202,188,175); }
div.DivClassName
{
background-color: #CABCAF;
}
.BgClassName
{
background-color: #CABCAF;
}
</style>
border-color css
<style>
span { border-color: #CABCAF; }
span { border-color: rgb(202,188,175); }
td.TdClassName
{
border-color: #CABCAF;
}
.TagClassName
{
border-color: #CABCAF;
}
</style>