Shades of Grain Brown #CCBAA1
Tints of Grain Brown #CCBAA1
RGB
CMYK
RGB Variations
Color information
#CCBAA1 (or 0xCCBAA1) is known color: Grain Brown. HEX triplet: CC, BA and A1. RGB value is (204,186,161). Sum of RGB (Red+Green+Blue) = 204+186+161=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA1 is #33455E. Grayscale: #BCBCBC. Windows color (decimal): -3360095 or 10599116. OLE color: 10599116.
HSL color Cylindrical-coordinate representation of color #CCBAA1: hue angle of 34.88º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBAA1 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 161 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.2 |
| HSL | 34.88º | 0.3% | 0.72% | - |
| HSV(B) | 34.88º | 0.21% | 0.8% | - |
| XYZ | 48.89 | 50.53 | 40.89 | - |
| YUV | 188.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 161 | 0 | 0.09 | 0.21 | 0.2 | 34.88 | 0.3 | 0.72 |
| Hex | CC | BA | A1 | 0 | 9 | 15 | 14 | 23 | 1E | 48 |
| Octal | 314 | 272 | 241 | 0 | 11 | 25 | 24 | 43 | 36 | 110 |
| Binary | 11001100 | 10111010 | 10100001 | 0 | 1001 | 10101 | 10100 | 100011 | 11110 | 1001000 |
Color Harmonies of #CCBAA1
Complementary color
Monochromatic Colors of #CCBAA1
Black with #CCBAA1
Text Example
Text Example
White with #CCBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAA1; }
p { color: rgb(204,186,161); }
H1.HeaderClassName
{
color: #CCBAA1;
}
.AnyTagClassName
{
color: #CCBAA1;
}
</style>
background-color css
<style>
a { background-color: #CCBAA1; }
a { background-color: rgb(204,186,161); }
div.DivClassName
{
background-color: #CCBAA1;
}
.BgClassName
{
background-color: #CCBAA1;
}
</style>
border-color css
<style>
span { border-color: #CCBAA1; }
span { border-color: rgb(204,186,161); }
td.TdClassName
{
border-color: #CCBAA1;
}
.TagClassName
{
border-color: #CCBAA1;
}
</style>