Shades of Grain Brown #CFBAAA
Tints of Grain Brown #CFBAAA
RGB
CMYK
RGB Variations
Color information
#CFBAAA (or 0xCFBAAA) is known color: Grain Brown. HEX triplet: CF, BA and AA. RGB value is (207,186,170). Sum of RGB (Red+Green+Blue) = 207+186+170=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBAAA is #304555. Grayscale: #BEBEBE. Windows color (decimal): -3163478 or 11188943. OLE color: 11188943.
HSL color Cylindrical-coordinate representation of color #CFBAAA: hue angle of 25.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFBAAA is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 170 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.19 |
| HSL | 25.95º | 0.28% | 0.74% | - |
| HSV(B) | 25.95º | 0.18% | 0.81% | - |
| XYZ | 50.55 | 51.29 | 45.27 | - |
| YUV | 190.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 170 | 0 | 0.10 | 0.18 | 0.19 | 25.95 | 0.28 | 0.74 |
| Hex | CF | BA | AA | 0 | A | 12 | 13 | 1A | 1C | 4A |
| Octal | 317 | 272 | 252 | 0 | 12 | 22 | 23 | 32 | 34 | 112 |
| Binary | 11001111 | 10111010 | 10101010 | 0 | 1010 | 10010 | 10011 | 11010 | 11100 | 1001010 |
Color Harmonies of #CFBAAA
Complementary color
Monochromatic Colors of #CFBAAA
Black with #CFBAAA
Text Example
Text Example
White with #CFBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAAA; }
p { color: rgb(207,186,170); }
H1.HeaderClassName
{
color: #CFBAAA;
}
.AnyTagClassName
{
color: #CFBAAA;
}
</style>
background-color css
<style>
a { background-color: #CFBAAA; }
a { background-color: rgb(207,186,170); }
div.DivClassName
{
background-color: #CFBAAA;
}
.BgClassName
{
background-color: #CFBAAA;
}
</style>
border-color css
<style>
span { border-color: #CFBAAA; }
span { border-color: rgb(207,186,170); }
td.TdClassName
{
border-color: #CFBAAA;
}
.TagClassName
{
border-color: #CFBAAA;
}
</style>