Shades of Grain Brown #CCB9AA
Tints of Grain Brown #CCB9AA
RGB
CMYK
RGB Variations
Color information
#CCB9AA (or 0xCCB9AA) is known color: Grain Brown. HEX triplet: CC, B9 and AA. RGB value is (204,185,170). Sum of RGB (Red+Green+Blue) = 204+185+170=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AA is #334655. Grayscale: #BDBDBD. Windows color (decimal): -3360342 or 11188684. OLE color: 11188684.
HSL color Cylindrical-coordinate representation of color #CCB9AA: hue angle of 26.47º 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 #CCB9AA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 170 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.2 |
| HSL | 26.47º | 0.25% | 0.73% | - |
| HSV(B) | 26.47º | 0.17% | 0.8% | - |
| XYZ | 49.51 | 50.44 | 45.16 | - |
| YUV | 188.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 170 | 0 | 0.09 | 0.17 | 0.2 | 26.47 | 0.25 | 0.73 |
| Hex | CC | B9 | AA | 0 | 9 | 11 | 14 | 1A | 19 | 49 |
| Octal | 314 | 271 | 252 | 0 | 11 | 21 | 24 | 32 | 31 | 111 |
| Binary | 11001100 | 10111001 | 10101010 | 0 | 1001 | 10001 | 10100 | 11010 | 11001 | 1001001 |
Color Harmonies of #CCB9AA
Complementary color
Monochromatic Colors of #CCB9AA
Black with #CCB9AA
Text Example
Text Example
White with #CCB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9AA; }
p { color: rgb(204,185,170); }
H1.HeaderClassName
{
color: #CCB9AA;
}
.AnyTagClassName
{
color: #CCB9AA;
}
</style>
background-color css
<style>
a { background-color: #CCB9AA; }
a { background-color: rgb(204,185,170); }
div.DivClassName
{
background-color: #CCB9AA;
}
.BgClassName
{
background-color: #CCB9AA;
}
</style>
border-color css
<style>
span { border-color: #CCB9AA; }
span { border-color: rgb(204,185,170); }
td.TdClassName
{
border-color: #CCB9AA;
}
.TagClassName
{
border-color: #CCB9AA;
}
</style>