Shades of Grain Brown #CCBAA5
Tints of Grain Brown #CCBAA5
RGB
CMYK
RGB Variations
Color information
#CCBAA5 (or 0xCCBAA5) is known color: Grain Brown. HEX triplet: CC, BA and A5. RGB value is (204,186,165). Sum of RGB (Red+Green+Blue) = 204+186+165=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA5 is #33455A. Grayscale: #BDBDBD. Windows color (decimal): -3360091 or 10861260. OLE color: 10861260.
HSL color Cylindrical-coordinate representation of color #CCBAA5: hue angle of 32.31º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBAA5 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 165 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.2 |
| HSL | 32.31º | 0.28% | 0.72% | - |
| HSV(B) | 32.31º | 0.19% | 0.8% | - |
| XYZ | 49.25 | 50.67 | 42.78 | - |
| YUV | 188.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 165 | 0 | 0.09 | 0.19 | 0.2 | 32.31 | 0.28 | 0.72 |
| Hex | CC | BA | A5 | 0 | 9 | 13 | 14 | 20 | 1C | 48 |
| Octal | 314 | 272 | 245 | 0 | 11 | 23 | 24 | 40 | 34 | 110 |
| Binary | 11001100 | 10111010 | 10100101 | 0 | 1001 | 10011 | 10100 | 100000 | 11100 | 1001000 |
Color Harmonies of #CCBAA5
Complementary color
Monochromatic Colors of #CCBAA5
Black with #CCBAA5
Text Example
Text Example
White with #CCBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAA5; }
p { color: rgb(204,186,165); }
H1.HeaderClassName
{
color: #CCBAA5;
}
.AnyTagClassName
{
color: #CCBAA5;
}
</style>
background-color css
<style>
a { background-color: #CCBAA5; }
a { background-color: rgb(204,186,165); }
div.DivClassName
{
background-color: #CCBAA5;
}
.BgClassName
{
background-color: #CCBAA5;
}
</style>
border-color css
<style>
span { border-color: #CCBAA5; }
span { border-color: rgb(204,186,165); }
td.TdClassName
{
border-color: #CCBAA5;
}
.TagClassName
{
border-color: #CCBAA5;
}
</style>