Shades of Barley Corn #C09C5E
Tints of Barley Corn #C09C5E
RGB
CMYK
RGB Variations
Color information
#C09C5E (or 0xC09C5E) is known color: Barley Corn. HEX triplet: C0, 9C and 5E. RGB value is (192,156,94). Sum of RGB (Red+Green+Blue) = 192+156+94=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C5E is #3F63A1. Grayscale: #9F9F9F. Windows color (decimal): -4154274 or 6200512. OLE color: 6200512.
HSL color Cylindrical-coordinate representation of color #C09C5E: hue angle of 37.96º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C09C5E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 94 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.25 |
| HSL | 37.96º | 0.44% | 0.56% | - |
| HSV(B) | 37.96º | 0.51% | 0.75% | - |
| XYZ | 35.65 | 35.79 | 15.62 | - |
| YUV | 159.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 94 | 0 | 0.19 | 0.51 | 0.25 | 37.96 | 0.44 | 0.56 |
| Hex | C0 | 9C | 5E | 0 | 13 | 33 | 19 | 26 | 2C | 38 |
| Octal | 300 | 234 | 136 | 0 | 23 | 63 | 31 | 46 | 54 | 70 |
| Binary | 11000000 | 10011100 | 1011110 | 0 | 10011 | 110011 | 11001 | 100110 | 101100 | 111000 |
Color Harmonies of #C09C5E
Complementary color
Monochromatic Colors of #C09C5E
Black with #C09C5E
Text Example
Text Example
White with #C09C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C5E; }
p { color: rgb(192,156,94); }
H1.HeaderClassName
{
color: #C09C5E;
}
.AnyTagClassName
{
color: #C09C5E;
}
</style>
background-color css
<style>
a { background-color: #C09C5E; }
a { background-color: rgb(192,156,94); }
div.DivClassName
{
background-color: #C09C5E;
}
.BgClassName
{
background-color: #C09C5E;
}
</style>
border-color css
<style>
span { border-color: #C09C5E; }
span { border-color: rgb(192,156,94); }
td.TdClassName
{
border-color: #C09C5E;
}
.TagClassName
{
border-color: #C09C5E;
}
</style>