Shades of Grain Brown #CCB7A1
Tints of Grain Brown #CCB7A1
RGB
CMYK
RGB Variations
Color information
#CCB7A1 (or 0xCCB7A1) is known color: Grain Brown. HEX triplet: CC, B7 and A1. RGB value is (204,183,161). Sum of RGB (Red+Green+Blue) = 204+183+161=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7A1 is #33485E. Grayscale: #BABABA. Windows color (decimal): -3360863 or 10598348. OLE color: 10598348.
HSL color Cylindrical-coordinate representation of color #CCB7A1: hue angle of 30.7º 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 #CCB7A1 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 161 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.2 |
| HSL | 30.7º | 0.3% | 0.72% | - |
| HSV(B) | 30.7º | 0.21% | 0.8% | - |
| XYZ | 48.27 | 49.28 | 40.69 | - |
| YUV | 186.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 161 | 0 | 0.10 | 0.21 | 0.2 | 30.7 | 0.3 | 0.72 |
| Hex | CC | B7 | A1 | 0 | A | 15 | 14 | 1F | 1E | 48 |
| Octal | 314 | 267 | 241 | 0 | 12 | 25 | 24 | 37 | 36 | 110 |
| Binary | 11001100 | 10110111 | 10100001 | 0 | 1010 | 10101 | 10100 | 11111 | 11110 | 1001000 |
Color Harmonies of #CCB7A1
Complementary color
Monochromatic Colors of #CCB7A1
Black with #CCB7A1
Text Example
Text Example
White with #CCB7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7A1; }
p { color: rgb(204,183,161); }
H1.HeaderClassName
{
color: #CCB7A1;
}
.AnyTagClassName
{
color: #CCB7A1;
}
</style>
background-color css
<style>
a { background-color: #CCB7A1; }
a { background-color: rgb(204,183,161); }
div.DivClassName
{
background-color: #CCB7A1;
}
.BgClassName
{
background-color: #CCB7A1;
}
</style>
border-color css
<style>
span { border-color: #CCB7A1; }
span { border-color: rgb(204,183,161); }
td.TdClassName
{
border-color: #CCB7A1;
}
.TagClassName
{
border-color: #CCB7A1;
}
</style>