Shades of Barley Corn #C09D58
Tints of Barley Corn #C09D58
RGB
CMYK
RGB Variations
Color information
#C09D58 (or 0xC09D58) is known color: Barley Corn. HEX triplet: C0, 9D and 58. RGB value is (192,157,88). Sum of RGB (Red+Green+Blue) = 192+157+88=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D58 is #3F62A7. Grayscale: #9F9F9F. Windows color (decimal): -4154024 or 5807552. OLE color: 5807552.
HSL color Cylindrical-coordinate representation of color #C09D58: hue angle of 39.81º 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 #C09D58 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 88 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.25 |
| HSL | 39.81º | 0.45% | 0.55% | - |
| HSV(B) | 39.81º | 0.54% | 0.75% | - |
| XYZ | 35.56 | 36.02 | 14.31 | - |
| YUV | 159.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 88 | 0 | 0.18 | 0.54 | 0.25 | 39.81 | 0.45 | 0.55 |
| Hex | C0 | 9D | 58 | 0 | 12 | 36 | 19 | 28 | 2D | 37 |
| Octal | 300 | 235 | 130 | 0 | 22 | 66 | 31 | 50 | 55 | 67 |
| Binary | 11000000 | 10011101 | 1011000 | 0 | 10010 | 110110 | 11001 | 101000 | 101101 | 110111 |
Color Harmonies of #C09D58
Complementary color
Monochromatic Colors of #C09D58
Black with #C09D58
Text Example
Text Example
White with #C09D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D58; }
p { color: rgb(192,157,88); }
H1.HeaderClassName
{
color: #C09D58;
}
.AnyTagClassName
{
color: #C09D58;
}
</style>
background-color css
<style>
a { background-color: #C09D58; }
a { background-color: rgb(192,157,88); }
div.DivClassName
{
background-color: #C09D58;
}
.BgClassName
{
background-color: #C09D58;
}
</style>
border-color css
<style>
span { border-color: #C09D58; }
span { border-color: rgb(192,157,88); }
td.TdClassName
{
border-color: #C09D58;
}
.TagClassName
{
border-color: #C09D58;
}
</style>