Shades of Grain Brown #CCB5A1
Tints of Grain Brown #CCB5A1
RGB
CMYK
RGB Variations
Color information
#CCB5A1 (or 0xCCB5A1) is known color: Grain Brown. HEX triplet: CC, B5 and A1. RGB value is (204,181,161). Sum of RGB (Red+Green+Blue) = 204+181+161=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5A1 is #334A5E. Grayscale: #B9B9B9. Windows color (decimal): -3361375 or 10597836. OLE color: 10597836.
HSL color Cylindrical-coordinate representation of color #CCB5A1: hue angle of 27.91º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB5A1 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 161 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.2 |
| HSL | 27.91º | 0.3% | 0.72% | - |
| HSV(B) | 27.91º | 0.21% | 0.8% | - |
| XYZ | 47.86 | 48.46 | 40.55 | - |
| YUV | 185.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 161 | 0 | 0.11 | 0.21 | 0.2 | 27.91 | 0.3 | 0.72 |
| Hex | CC | B5 | A1 | 0 | B | 15 | 14 | 1C | 1E | 48 |
| Octal | 314 | 265 | 241 | 0 | 13 | 25 | 24 | 34 | 36 | 110 |
| Binary | 11001100 | 10110101 | 10100001 | 0 | 1011 | 10101 | 10100 | 11100 | 11110 | 1001000 |
Color Harmonies of #CCB5A1
Complementary color
Monochromatic Colors of #CCB5A1
Black with #CCB5A1
Text Example
Text Example
White with #CCB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5A1; }
p { color: rgb(204,181,161); }
H1.HeaderClassName
{
color: #CCB5A1;
}
.AnyTagClassName
{
color: #CCB5A1;
}
</style>
background-color css
<style>
a { background-color: #CCB5A1; }
a { background-color: rgb(204,181,161); }
div.DivClassName
{
background-color: #CCB5A1;
}
.BgClassName
{
background-color: #CCB5A1;
}
</style>
border-color css
<style>
span { border-color: #CCB5A1; }
span { border-color: rgb(204,181,161); }
td.TdClassName
{
border-color: #CCB5A1;
}
.TagClassName
{
border-color: #CCB5A1;
}
</style>