Shades of Grain Brown #CCB6A3
Tints of Grain Brown #CCB6A3
RGB
CMYK
RGB Variations
Color information
#CCB6A3 (or 0xCCB6A3) is known color: Grain Brown. HEX triplet: CC, B6 and A3. RGB value is (204,182,163). Sum of RGB (Red+Green+Blue) = 204+182+163=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6A3 is #33495C. Grayscale: #BABABA. Windows color (decimal): -3361117 or 10729164. OLE color: 10729164.
HSL color Cylindrical-coordinate representation of color #CCB6A3: hue angle of 27.8º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB6A3 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 163 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.2 |
| HSL | 27.8º | 0.29% | 0.72% | - |
| HSV(B) | 27.8º | 0.2% | 0.8% | - |
| XYZ | 48.24 | 48.94 | 41.55 | - |
| YUV | 186.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 163 | 0 | 0.11 | 0.20 | 0.2 | 27.8 | 0.29 | 0.72 |
| Hex | CC | B6 | A3 | 0 | B | 14 | 14 | 1C | 1D | 48 |
| Octal | 314 | 266 | 243 | 0 | 13 | 24 | 24 | 34 | 35 | 110 |
| Binary | 11001100 | 10110110 | 10100011 | 0 | 1011 | 10100 | 10100 | 11100 | 11101 | 1001000 |
Color Harmonies of #CCB6A3
Complementary color
Monochromatic Colors of #CCB6A3
Black with #CCB6A3
Text Example
Text Example
White with #CCB6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6A3; }
p { color: rgb(204,182,163); }
H1.HeaderClassName
{
color: #CCB6A3;
}
.AnyTagClassName
{
color: #CCB6A3;
}
</style>
background-color css
<style>
a { background-color: #CCB6A3; }
a { background-color: rgb(204,182,163); }
div.DivClassName
{
background-color: #CCB6A3;
}
.BgClassName
{
background-color: #CCB6A3;
}
</style>
border-color css
<style>
span { border-color: #CCB6A3; }
span { border-color: rgb(204,182,163); }
td.TdClassName
{
border-color: #CCB6A3;
}
.TagClassName
{
border-color: #CCB6A3;
}
</style>