Shades of Grain Brown #CCB8AA
Tints of Grain Brown #CCB8AA
RGB
CMYK
RGB Variations
Color information
#CCB8AA (or 0xCCB8AA) is known color: Grain Brown. HEX triplet: CC, B8 and AA. RGB value is (204,184,170). Sum of RGB (Red+Green+Blue) = 204+184+170=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB8AA is #334755. Grayscale: #BCBCBC. Windows color (decimal): -3360598 or 11188428. OLE color: 11188428.
HSL color Cylindrical-coordinate representation of color #CCB8AA: hue angle of 24.71º 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 #CCB8AA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 170 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.2 |
| HSL | 24.71º | 0.25% | 0.73% | - |
| HSV(B) | 24.71º | 0.17% | 0.8% | - |
| XYZ | 49.3 | 50.02 | 45.09 | - |
| YUV | 188.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 170 | 0 | 0.10 | 0.17 | 0.2 | 24.71 | 0.25 | 0.73 |
| Hex | CC | B8 | AA | 0 | A | 11 | 14 | 19 | 19 | 49 |
| Octal | 314 | 270 | 252 | 0 | 12 | 21 | 24 | 31 | 31 | 111 |
| Binary | 11001100 | 10111000 | 10101010 | 0 | 1010 | 10001 | 10100 | 11001 | 11001 | 1001001 |
Color Harmonies of #CCB8AA
Complementary color
Monochromatic Colors of #CCB8AA
Black with #CCB8AA
Text Example
Text Example
White with #CCB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8AA; }
p { color: rgb(204,184,170); }
H1.HeaderClassName
{
color: #CCB8AA;
}
.AnyTagClassName
{
color: #CCB8AA;
}
</style>
background-color css
<style>
a { background-color: #CCB8AA; }
a { background-color: rgb(204,184,170); }
div.DivClassName
{
background-color: #CCB8AA;
}
.BgClassName
{
background-color: #CCB8AA;
}
</style>
border-color css
<style>
span { border-color: #CCB8AA; }
span { border-color: rgb(204,184,170); }
td.TdClassName
{
border-color: #CCB8AA;
}
.TagClassName
{
border-color: #CCB8AA;
}
</style>