Shades of Grain Brown #CCBBAA
Tints of Grain Brown #CCBBAA
RGB
CMYK
RGB Variations
Color information
#CCBBAA (or 0xCCBBAA) is known color: Grain Brown. HEX triplet: CC, BB and AA. RGB value is (204,187,170). Sum of RGB (Red+Green+Blue) = 204+187+170=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBAA is #334455. Grayscale: #BEBEBE. Windows color (decimal): -3359830 or 11189196. OLE color: 11189196.
HSL color Cylindrical-coordinate representation of color #CCBBAA: hue angle of 30º 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 #CCBBAA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 170 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.2 |
| HSL | 30º | 0.25% | 0.73% | - |
| HSV(B) | 30º | 0.17% | 0.8% | - |
| XYZ | 49.93 | 51.28 | 45.3 | - |
| YUV | 190.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 170 | 0 | 0.08 | 0.17 | 0.2 | 30 | 0.25 | 0.73 |
| Hex | CC | BB | AA | 0 | 8 | 11 | 14 | 1E | 19 | 49 |
| Octal | 314 | 273 | 252 | 0 | 10 | 21 | 24 | 36 | 31 | 111 |
| Binary | 11001100 | 10111011 | 10101010 | 0 | 1000 | 10001 | 10100 | 11110 | 11001 | 1001001 |
Color Harmonies of #CCBBAA
Complementary color
Monochromatic Colors of #CCBBAA
Black with #CCBBAA
Text Example
Text Example
White with #CCBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBAA; }
p { color: rgb(204,187,170); }
H1.HeaderClassName
{
color: #CCBBAA;
}
.AnyTagClassName
{
color: #CCBBAA;
}
</style>
background-color css
<style>
a { background-color: #CCBBAA; }
a { background-color: rgb(204,187,170); }
div.DivClassName
{
background-color: #CCBBAA;
}
.BgClassName
{
background-color: #CCBBAA;
}
</style>
border-color css
<style>
span { border-color: #CCBBAA; }
span { border-color: rgb(204,187,170); }
td.TdClassName
{
border-color: #CCBBAA;
}
.TagClassName
{
border-color: #CCBBAA;
}
</style>