Shades of Grain Brown #CFB8A7
Tints of Grain Brown #CFB8A7
RGB
CMYK
RGB Variations
Color information
#CFB8A7 (or 0xCFB8A7) is known color: Grain Brown. HEX triplet: CF, B8 and A7. RGB value is (207,184,167). Sum of RGB (Red+Green+Blue) = 207+184+167=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB8A7 is #304758. Grayscale: #BDBDBD. Windows color (decimal): -3163993 or 10991823. OLE color: 10991823.
HSL color Cylindrical-coordinate representation of color #CFB8A7: hue angle of 25.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB8A7 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 167 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.19 |
| HSL | 25.5º | 0.29% | 0.73% | - |
| HSV(B) | 25.5º | 0.19% | 0.81% | - |
| XYZ | 49.85 | 50.34 | 43.65 | - |
| YUV | 188.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 167 | 0 | 0.11 | 0.19 | 0.19 | 25.5 | 0.29 | 0.73 |
| Hex | CF | B8 | A7 | 0 | B | 13 | 13 | 1A | 1D | 49 |
| Octal | 317 | 270 | 247 | 0 | 13 | 23 | 23 | 32 | 35 | 111 |
| Binary | 11001111 | 10111000 | 10100111 | 0 | 1011 | 10011 | 10011 | 11010 | 11101 | 1001001 |
Color Harmonies of #CFB8A7
Complementary color
Monochromatic Colors of #CFB8A7
Black with #CFB8A7
Text Example
Text Example
White with #CFB8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8A7; }
p { color: rgb(207,184,167); }
H1.HeaderClassName
{
color: #CFB8A7;
}
.AnyTagClassName
{
color: #CFB8A7;
}
</style>
background-color css
<style>
a { background-color: #CFB8A7; }
a { background-color: rgb(207,184,167); }
div.DivClassName
{
background-color: #CFB8A7;
}
.BgClassName
{
background-color: #CFB8A7;
}
</style>
border-color css
<style>
span { border-color: #CFB8A7; }
span { border-color: rgb(207,184,167); }
td.TdClassName
{
border-color: #CFB8A7;
}
.TagClassName
{
border-color: #CFB8A7;
}
</style>