Shades of Barley Corn #C09C5A
Tints of Barley Corn #C09C5A
RGB
CMYK
RGB Variations
Color information
#C09C5A (or 0xC09C5A) is known color: Barley Corn. HEX triplet: C0, 9C and 5A. RGB value is (192,156,90). Sum of RGB (Red+Green+Blue) = 192+156+90=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C5A is #3F63A5. Grayscale: #9F9F9F. Windows color (decimal): -4154278 or 5938368. OLE color: 5938368.
HSL color Cylindrical-coordinate representation of color #C09C5A: hue angle of 38.82º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C09C5A is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 90 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.25 |
| HSL | 38.82º | 0.45% | 0.55% | - |
| HSV(B) | 38.82º | 0.53% | 0.75% | - |
| XYZ | 35.47 | 35.72 | 14.7 | - |
| YUV | 159.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 90 | 0 | 0.19 | 0.53 | 0.25 | 38.82 | 0.45 | 0.55 |
| Hex | C0 | 9C | 5A | 0 | 13 | 35 | 19 | 27 | 2D | 37 |
| Octal | 300 | 234 | 132 | 0 | 23 | 65 | 31 | 47 | 55 | 67 |
| Binary | 11000000 | 10011100 | 1011010 | 0 | 10011 | 110101 | 11001 | 100111 | 101101 | 110111 |
Color Harmonies of #C09C5A
Complementary color
Monochromatic Colors of #C09C5A
Black with #C09C5A
Text Example
Text Example
White with #C09C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C5A; }
p { color: rgb(192,156,90); }
H1.HeaderClassName
{
color: #C09C5A;
}
.AnyTagClassName
{
color: #C09C5A;
}
</style>
background-color css
<style>
a { background-color: #C09C5A; }
a { background-color: rgb(192,156,90); }
div.DivClassName
{
background-color: #C09C5A;
}
.BgClassName
{
background-color: #C09C5A;
}
</style>
border-color css
<style>
span { border-color: #C09C5A; }
span { border-color: rgb(192,156,90); }
td.TdClassName
{
border-color: #C09C5A;
}
.TagClassName
{
border-color: #C09C5A;
}
</style>