Shades of Grain Brown #CCBA9F
Tints of Grain Brown #CCBA9F
RGB
CMYK
RGB Variations
Color information
#CCBA9F (or 0xCCBA9F) is known color: Grain Brown. HEX triplet: CC, BA and 9F. RGB value is (204,186,159). Sum of RGB (Red+Green+Blue) = 204+186+159=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA9F is #334560. Grayscale: #BCBCBC. Windows color (decimal): -3360097 or 10468044. OLE color: 10468044.
HSL color Cylindrical-coordinate representation of color #CCBA9F: hue angle of 36º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCBA9F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 159 | - |
CMYK | 0 | 0.09 | 0.22 | 0.2 |
HSL | 36º | 0.31% | 0.71% | - |
HSV(B) | 36º | 0.22% | 0.8% | - |
XYZ | 48.72 | 50.46 | 39.97 | - |
YUV | 188.3 | 111.46 | 139.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 159 | 0 | 0.09 | 0.22 | 0.2 | 36 | 0.31 | 0.71 |
Hex | CC | BA | 9F | 0 | 9 | 16 | 14 | 24 | 1F | 47 |
Octal | 314 | 272 | 237 | 0 | 11 | 26 | 24 | 44 | 37 | 107 |
Binary | 11001100 | 10111010 | 10011111 | 0 | 1001 | 10110 | 10100 | 100100 | 11111 | 1000111 |
Color Harmonies of #CCBA9F
Complementary color
Monochromatic Colors of #CCBA9F
Black with #CCBA9F
Text Example
Text Example
White with #CCBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA9F; }
p { color: rgb(204,186,159); }
H1.HeaderClassName
{
color: #CCBA9F;
}
.AnyTagClassName
{
color: #CCBA9F;
}
</style>
background-color css
<style>
a { background-color: #CCBA9F; }
a { background-color: rgb(204,186,159); }
div.DivClassName
{
background-color: #CCBA9F;
}
.BgClassName
{
background-color: #CCBA9F;
}
</style>
border-color css
<style>
span { border-color: #CCBA9F; }
span { border-color: rgb(204,186,159); }
td.TdClassName
{
border-color: #CCBA9F;
}
.TagClassName
{
border-color: #CCBA9F;
}
</style>