Shades of Grain Brown #CFB9A8
Tints of Grain Brown #CFB9A8
RGB
CMYK
RGB Variations
Color information
#CFB9A8 (or 0xCFB9A8) is known color: Grain Brown. HEX triplet: CF, B9 and A8. RGB value is (207,185,168). Sum of RGB (Red+Green+Blue) = 207+185+168=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9A8 is #304657. Grayscale: #BDBDBD. Windows color (decimal): -3163736 or 11057615. OLE color: 11057615.
HSL color Cylindrical-coordinate representation of color #CFB9A8: hue angle of 26.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB9A8 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 168 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.19 |
| HSL | 26.15º | 0.29% | 0.74% | - |
| HSV(B) | 26.15º | 0.19% | 0.81% | - |
| XYZ | 50.15 | 50.79 | 44.21 | - |
| YUV | 189.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 168 | 0 | 0.11 | 0.19 | 0.19 | 26.15 | 0.29 | 0.74 |
| Hex | CF | B9 | A8 | 0 | B | 13 | 13 | 1A | 1D | 4A |
| Octal | 317 | 271 | 250 | 0 | 13 | 23 | 23 | 32 | 35 | 112 |
| Binary | 11001111 | 10111001 | 10101000 | 0 | 1011 | 10011 | 10011 | 11010 | 11101 | 1001010 |
Color Harmonies of #CFB9A8
Complementary color
Monochromatic Colors of #CFB9A8
Black with #CFB9A8
Text Example
Text Example
White with #CFB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB9A8; }
p { color: rgb(207,185,168); }
H1.HeaderClassName
{
color: #CFB9A8;
}
.AnyTagClassName
{
color: #CFB9A8;
}
</style>
background-color css
<style>
a { background-color: #CFB9A8; }
a { background-color: rgb(207,185,168); }
div.DivClassName
{
background-color: #CFB9A8;
}
.BgClassName
{
background-color: #CFB9A8;
}
</style>
border-color css
<style>
span { border-color: #CFB9A8; }
span { border-color: rgb(207,185,168); }
td.TdClassName
{
border-color: #CFB9A8;
}
.TagClassName
{
border-color: #CFB9A8;
}
</style>