Shades of Barley Corn #C09A5E
Tints of Barley Corn #C09A5E
RGB
CMYK
RGB Variations
Color information
#C09A5E (or 0xC09A5E) is known color: Barley Corn. HEX triplet: C0, 9A and 5E. RGB value is (192,154,94). Sum of RGB (Red+Green+Blue) = 192+154+94=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A5E is #3F65A1. Grayscale: #9E9E9E. Windows color (decimal): -4154786 or 6200000. OLE color: 6200000.
HSL color Cylindrical-coordinate representation of color #C09A5E: hue angle of 36.73º 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 #C09A5E is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 94 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.25 |
| HSL | 36.73º | 0.44% | 0.56% | - |
| HSV(B) | 36.73º | 0.51% | 0.75% | - |
| XYZ | 35.31 | 35.13 | 15.51 | - |
| YUV | 158.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 94 | 0 | 0.20 | 0.51 | 0.25 | 36.73 | 0.44 | 0.56 |
| Hex | C0 | 9A | 5E | 0 | 14 | 33 | 19 | 25 | 2C | 38 |
| Octal | 300 | 232 | 136 | 0 | 24 | 63 | 31 | 45 | 54 | 70 |
| Binary | 11000000 | 10011010 | 1011110 | 0 | 10100 | 110011 | 11001 | 100101 | 101100 | 111000 |
Color Harmonies of #C09A5E
Complementary color
Monochromatic Colors of #C09A5E
Black with #C09A5E
Text Example
Text Example
White with #C09A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A5E; }
p { color: rgb(192,154,94); }
H1.HeaderClassName
{
color: #C09A5E;
}
.AnyTagClassName
{
color: #C09A5E;
}
</style>
background-color css
<style>
a { background-color: #C09A5E; }
a { background-color: rgb(192,154,94); }
div.DivClassName
{
background-color: #C09A5E;
}
.BgClassName
{
background-color: #C09A5E;
}
</style>
border-color css
<style>
span { border-color: #C09A5E; }
span { border-color: rgb(192,154,94); }
td.TdClassName
{
border-color: #C09A5E;
}
.TagClassName
{
border-color: #C09A5E;
}
</style>