Shades of Barley Corn #C09A5D
Tints of Barley Corn #C09A5D
RGB
CMYK
RGB Variations
Color information
#C09A5D (or 0xC09A5D) is known color: Barley Corn. HEX triplet: C0, 9A and 5D. RGB value is (192,154,93). Sum of RGB (Red+Green+Blue) = 192+154+93=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A5D is #3F65A2. Grayscale: #9E9E9E. Windows color (decimal): -4154787 or 6134464. OLE color: 6134464.
HSL color Cylindrical-coordinate representation of color #C09A5D: hue angle of 36.97º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C09A5D is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 93 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.25 |
| HSL | 36.97º | 0.44% | 0.56% | - |
| HSV(B) | 36.97º | 0.52% | 0.75% | - |
| XYZ | 35.27 | 35.11 | 15.27 | - |
| YUV | 158.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 93 | 0 | 0.20 | 0.52 | 0.25 | 36.97 | 0.44 | 0.56 |
| Hex | C0 | 9A | 5D | 0 | 14 | 34 | 19 | 25 | 2C | 38 |
| Octal | 300 | 232 | 135 | 0 | 24 | 64 | 31 | 45 | 54 | 70 |
| Binary | 11000000 | 10011010 | 1011101 | 0 | 10100 | 110100 | 11001 | 100101 | 101100 | 111000 |
Color Harmonies of #C09A5D
Complementary color
Monochromatic Colors of #C09A5D
Black with #C09A5D
Text Example
Text Example
White with #C09A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A5D; }
p { color: rgb(192,154,93); }
H1.HeaderClassName
{
color: #C09A5D;
}
.AnyTagClassName
{
color: #C09A5D;
}
</style>
background-color css
<style>
a { background-color: #C09A5D; }
a { background-color: rgb(192,154,93); }
div.DivClassName
{
background-color: #C09A5D;
}
.BgClassName
{
background-color: #C09A5D;
}
</style>
border-color css
<style>
span { border-color: #C09A5D; }
span { border-color: rgb(192,154,93); }
td.TdClassName
{
border-color: #C09A5D;
}
.TagClassName
{
border-color: #C09A5D;
}
</style>