Shades of Barley Corn #C09D59
Tints of Barley Corn #C09D59
RGB
CMYK
RGB Variations
Color information
#C09D59 (or 0xC09D59) is known color: Barley Corn. HEX triplet: C0, 9D and 59. RGB value is (192,157,89). Sum of RGB (Red+Green+Blue) = 192+157+89=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D59 is #3F62A6. Grayscale: #A0A0A0. Windows color (decimal): -4154023 or 5873088. OLE color: 5873088.
HSL color Cylindrical-coordinate representation of color #C09D59: hue angle of 39.61º 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 #C09D59 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 89 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.25 |
| HSL | 39.61º | 0.45% | 0.55% | - |
| HSV(B) | 39.61º | 0.54% | 0.75% | - |
| XYZ | 35.6 | 36.04 | 14.53 | - |
| YUV | 159.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 89 | 0 | 0.18 | 0.54 | 0.25 | 39.61 | 0.45 | 0.55 |
| Hex | C0 | 9D | 59 | 0 | 12 | 36 | 19 | 28 | 2D | 37 |
| Octal | 300 | 235 | 131 | 0 | 22 | 66 | 31 | 50 | 55 | 67 |
| Binary | 11000000 | 10011101 | 1011001 | 0 | 10010 | 110110 | 11001 | 101000 | 101101 | 110111 |
Color Harmonies of #C09D59
Complementary color
Monochromatic Colors of #C09D59
Black with #C09D59
Text Example
Text Example
White with #C09D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D59; }
p { color: rgb(192,157,89); }
H1.HeaderClassName
{
color: #C09D59;
}
.AnyTagClassName
{
color: #C09D59;
}
</style>
background-color css
<style>
a { background-color: #C09D59; }
a { background-color: rgb(192,157,89); }
div.DivClassName
{
background-color: #C09D59;
}
.BgClassName
{
background-color: #C09D59;
}
</style>
border-color css
<style>
span { border-color: #C09D59; }
span { border-color: rgb(192,157,89); }
td.TdClassName
{
border-color: #C09D59;
}
.TagClassName
{
border-color: #C09D59;
}
</style>