Shades of Grain Brown #CFB8A8
Tints of Grain Brown #CFB8A8
RGB
CMYK
RGB Variations
Color information
#CFB8A8 (or 0xCFB8A8) is known color: Grain Brown. HEX triplet: CF, B8 and A8. RGB value is (207,184,168). Sum of RGB (Red+Green+Blue) = 207+184+168=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB8A8 is #304757. Grayscale: #BDBDBD. Windows color (decimal): -3163992 or 11057359. OLE color: 11057359.
HSL color Cylindrical-coordinate representation of color #CFB8A8: hue angle of 24.62º 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 #CFB8A8 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 168 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.19 |
| HSL | 24.62º | 0.29% | 0.74% | - |
| HSV(B) | 24.62º | 0.19% | 0.81% | - |
| XYZ | 49.94 | 50.37 | 44.14 | - |
| YUV | 189.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 168 | 0 | 0.11 | 0.19 | 0.19 | 24.62 | 0.29 | 0.74 |
| Hex | CF | B8 | A8 | 0 | B | 13 | 13 | 19 | 1D | 4A |
| Octal | 317 | 270 | 250 | 0 | 13 | 23 | 23 | 31 | 35 | 112 |
| Binary | 11001111 | 10111000 | 10101000 | 0 | 1011 | 10011 | 10011 | 11001 | 11101 | 1001010 |
Color Harmonies of #CFB8A8
Complementary color
Monochromatic Colors of #CFB8A8
Black with #CFB8A8
Text Example
Text Example
White with #CFB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB8A8; }
p { color: rgb(207,184,168); }
H1.HeaderClassName
{
color: #CFB8A8;
}
.AnyTagClassName
{
color: #CFB8A8;
}
</style>
background-color css
<style>
a { background-color: #CFB8A8; }
a { background-color: rgb(207,184,168); }
div.DivClassName
{
background-color: #CFB8A8;
}
.BgClassName
{
background-color: #CFB8A8;
}
</style>
border-color css
<style>
span { border-color: #CFB8A8; }
span { border-color: rgb(207,184,168); }
td.TdClassName
{
border-color: #CFB8A8;
}
.TagClassName
{
border-color: #CFB8A8;
}
</style>