Shades of Grain Brown #CCBBA7
Tints of Grain Brown #CCBBA7
RGB
CMYK
RGB Variations
Color information
#CCBBA7 (or 0xCCBBA7) is known color: Grain Brown. HEX triplet: CC, BB and A7. RGB value is (204,187,167). Sum of RGB (Red+Green+Blue) = 204+187+167=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA7 is #334458. Grayscale: #BDBDBD. Windows color (decimal): -3359833 or 10992588. OLE color: 10992588.
HSL color Cylindrical-coordinate representation of color #CCBBA7: hue angle of 32.43º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBBA7 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 167 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.2 |
| HSL | 32.43º | 0.27% | 0.73% | - |
| HSV(B) | 32.43º | 0.18% | 0.8% | - |
| XYZ | 49.65 | 51.17 | 43.82 | - |
| YUV | 189.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 167 | 0 | 0.08 | 0.18 | 0.2 | 32.43 | 0.27 | 0.73 |
| Hex | CC | BB | A7 | 0 | 8 | 12 | 14 | 20 | 1B | 49 |
| Octal | 314 | 273 | 247 | 0 | 10 | 22 | 24 | 40 | 33 | 111 |
| Binary | 11001100 | 10111011 | 10100111 | 0 | 1000 | 10010 | 10100 | 100000 | 11011 | 1001001 |
Color Harmonies of #CCBBA7
Complementary color
Monochromatic Colors of #CCBBA7
Black with #CCBBA7
Text Example
Text Example
White with #CCBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBA7; }
p { color: rgb(204,187,167); }
H1.HeaderClassName
{
color: #CCBBA7;
}
.AnyTagClassName
{
color: #CCBBA7;
}
</style>
background-color css
<style>
a { background-color: #CCBBA7; }
a { background-color: rgb(204,187,167); }
div.DivClassName
{
background-color: #CCBBA7;
}
.BgClassName
{
background-color: #CCBBA7;
}
</style>
border-color css
<style>
span { border-color: #CCBBA7; }
span { border-color: rgb(204,187,167); }
td.TdClassName
{
border-color: #CCBBA7;
}
.TagClassName
{
border-color: #CCBBA7;
}
</style>