Shades of Barley Corn #C09C59
Tints of Barley Corn #C09C59
RGB
CMYK
RGB Variations
Color information
#C09C59 (or 0xC09C59) is known color: Barley Corn. HEX triplet: C0, 9C and 59. RGB value is (192,156,89). Sum of RGB (Red+Green+Blue) = 192+156+89=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C59 is #3F63A6. Grayscale: #9F9F9F. Windows color (decimal): -4154279 or 5872832. OLE color: 5872832.
HSL color Cylindrical-coordinate representation of color #C09C59: hue angle of 39.03º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C09C59 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 89 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.25 |
| HSL | 39.03º | 0.45% | 0.55% | - |
| HSV(B) | 39.03º | 0.54% | 0.75% | - |
| XYZ | 35.43 | 35.7 | 14.48 | - |
| YUV | 159.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 89 | 0 | 0.19 | 0.54 | 0.25 | 39.03 | 0.45 | 0.55 |
| Hex | C0 | 9C | 59 | 0 | 13 | 36 | 19 | 27 | 2D | 37 |
| Octal | 300 | 234 | 131 | 0 | 23 | 66 | 31 | 47 | 55 | 67 |
| Binary | 11000000 | 10011100 | 1011001 | 0 | 10011 | 110110 | 11001 | 100111 | 101101 | 110111 |
Color Harmonies of #C09C59
Complementary color
Monochromatic Colors of #C09C59
Black with #C09C59
Text Example
Text Example
White with #C09C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C59; }
p { color: rgb(192,156,89); }
H1.HeaderClassName
{
color: #C09C59;
}
.AnyTagClassName
{
color: #C09C59;
}
</style>
background-color css
<style>
a { background-color: #C09C59; }
a { background-color: rgb(192,156,89); }
div.DivClassName
{
background-color: #C09C59;
}
.BgClassName
{
background-color: #C09C59;
}
</style>
border-color css
<style>
span { border-color: #C09C59; }
span { border-color: rgb(192,156,89); }
td.TdClassName
{
border-color: #C09C59;
}
.TagClassName
{
border-color: #C09C59;
}
</style>