Shades of Grain Brown #C7B8A6
Tints of Grain Brown #C7B8A6
RGB
CMYK
RGB Variations
Color information
#C7B8A6 (or 0xC7B8A6) is known color: Grain Brown. HEX triplet: C7, B8 and A6. RGB value is (199,184,166). Sum of RGB (Red+Green+Blue) = 199+184+166=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B8A6 is #384759. Grayscale: #BABABA. Windows color (decimal): -3688282 or 10926279. OLE color: 10926279.
HSL color Cylindrical-coordinate representation of color #C7B8A6: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7B8A6 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 184 | 166 | - |
CMYK | 0 | 0.08 | 0.17 | 0.22 |
HSL | 32.73º | 0.23% | 0.72% | - |
HSV(B) | 32.73º | 0.17% | 0.78% | - |
XYZ | 47.58 | 49.18 | 43.06 | - |
YUV | 186.43 | 116.47 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 184 | 166 | 0 | 0.08 | 0.17 | 0.22 | 32.73 | 0.23 | 0.72 |
Hex | C7 | B8 | A6 | 0 | 8 | 11 | 16 | 21 | 17 | 48 |
Octal | 307 | 270 | 246 | 0 | 10 | 21 | 26 | 41 | 27 | 110 |
Binary | 11000111 | 10111000 | 10100110 | 0 | 1000 | 10001 | 10110 | 100001 | 10111 | 1001000 |
Color Harmonies of #C7B8A6
Complementary color
Monochromatic Colors of #C7B8A6
Black with #C7B8A6
Text Example
Text Example
White with #C7B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B8A6; }
p { color: rgb(199,184,166); }
H1.HeaderClassName
{
color: #C7B8A6;
}
.AnyTagClassName
{
color: #C7B8A6;
}
</style>
background-color css
<style>
a { background-color: #C7B8A6; }
a { background-color: rgb(199,184,166); }
div.DivClassName
{
background-color: #C7B8A6;
}
.BgClassName
{
background-color: #C7B8A6;
}
</style>
border-color css
<style>
span { border-color: #C7B8A6; }
span { border-color: rgb(199,184,166); }
td.TdClassName
{
border-color: #C7B8A6;
}
.TagClassName
{
border-color: #C7B8A6;
}
</style>