Shades of Grain Brown #CCB5A6
Tints of Grain Brown #CCB5A6
RGB
CMYK
RGB Variations
Color information
#CCB5A6 (or 0xCCB5A6) is known color: Grain Brown. HEX triplet: CC, B5 and A6. RGB value is (204,181,166). Sum of RGB (Red+Green+Blue) = 204+181+166=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5A6 is #334A59. Grayscale: #BABABA. Windows color (decimal): -3361370 or 10925516. OLE color: 10925516.
HSL color Cylindrical-coordinate representation of color #CCB5A6: hue angle of 23.68º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB5A6 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 166 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.2 |
| HSL | 23.68º | 0.27% | 0.73% | - |
| HSV(B) | 23.68º | 0.19% | 0.8% | - |
| XYZ | 48.31 | 48.64 | 42.92 | - |
| YUV | 186.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 166 | 0 | 0.11 | 0.19 | 0.2 | 23.68 | 0.27 | 0.73 |
| Hex | CC | B5 | A6 | 0 | B | 13 | 14 | 18 | 1B | 49 |
| Octal | 314 | 265 | 246 | 0 | 13 | 23 | 24 | 30 | 33 | 111 |
| Binary | 11001100 | 10110101 | 10100110 | 0 | 1011 | 10011 | 10100 | 11000 | 11011 | 1001001 |
Color Harmonies of #CCB5A6
Complementary color
Monochromatic Colors of #CCB5A6
Black with #CCB5A6
Text Example
Text Example
White with #CCB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5A6; }
p { color: rgb(204,181,166); }
H1.HeaderClassName
{
color: #CCB5A6;
}
.AnyTagClassName
{
color: #CCB5A6;
}
</style>
background-color css
<style>
a { background-color: #CCB5A6; }
a { background-color: rgb(204,181,166); }
div.DivClassName
{
background-color: #CCB5A6;
}
.BgClassName
{
background-color: #CCB5A6;
}
</style>
border-color css
<style>
span { border-color: #CCB5A6; }
span { border-color: rgb(204,181,166); }
td.TdClassName
{
border-color: #CCB5A6;
}
.TagClassName
{
border-color: #CCB5A6;
}
</style>