Shades of Grain Brown #CCBAAA
Tints of Grain Brown #CCBAAA
RGB
CMYK
RGB Variations
Color information
#CCBAAA (or 0xCCBAAA) is known color: Grain Brown. HEX triplet: CC, BA and AA. RGB value is (204,186,170). Sum of RGB (Red+Green+Blue) = 204+186+170=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAAA is #334555. Grayscale: #BDBDBD. Windows color (decimal): -3360086 or 11188940. OLE color: 11188940.
HSL color Cylindrical-coordinate representation of color #CCBAAA: hue angle of 28.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBAAA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 170 | - |
CMYK | 0 | 0.09 | 0.17 | 0.2 |
HSL | 28.24º | 0.25% | 0.73% | - |
HSV(B) | 28.24º | 0.17% | 0.8% | - |
XYZ | 49.72 | 50.86 | 45.23 | - |
YUV | 189.56 | 116.96 | 138.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 170 | 0 | 0.09 | 0.17 | 0.2 | 28.24 | 0.25 | 0.73 |
Hex | CC | BA | AA | 0 | 9 | 11 | 14 | 1C | 19 | 49 |
Octal | 314 | 272 | 252 | 0 | 11 | 21 | 24 | 34 | 31 | 111 |
Binary | 11001100 | 10111010 | 10101010 | 0 | 1001 | 10001 | 10100 | 11100 | 11001 | 1001001 |
Color Harmonies of #CCBAAA
Complementary color
Monochromatic Colors of #CCBAAA
Black with #CCBAAA
Text Example
Text Example
White with #CCBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAAA; }
p { color: rgb(204,186,170); }
H1.HeaderClassName
{
color: #CCBAAA;
}
.AnyTagClassName
{
color: #CCBAAA;
}
</style>
background-color css
<style>
a { background-color: #CCBAAA; }
a { background-color: rgb(204,186,170); }
div.DivClassName
{
background-color: #CCBAAA;
}
.BgClassName
{
background-color: #CCBAAA;
}
</style>
border-color css
<style>
span { border-color: #CCBAAA; }
span { border-color: rgb(204,186,170); }
td.TdClassName
{
border-color: #CCBAAA;
}
.TagClassName
{
border-color: #CCBAAA;
}
</style>