Shades of Barley Corn #C09B5C
Tints of Barley Corn #C09B5C
RGB
CMYK
RGB Variations
Color information
#C09B5C (or 0xC09B5C) is known color: Barley Corn. HEX triplet: C0, 9B and 5C. RGB value is (192,155,92). Sum of RGB (Red+Green+Blue) = 192+155+92=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B5C is #3F64A3. Grayscale: #9F9F9F. Windows color (decimal): -4154532 or 6069184. OLE color: 6069184.
HSL color Cylindrical-coordinate representation of color #C09B5C: hue angle of 37.8º 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 #C09B5C is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 92 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.25 |
| HSL | 37.8º | 0.44% | 0.56% | - |
| HSV(B) | 37.8º | 0.52% | 0.75% | - |
| XYZ | 35.39 | 35.42 | 15.1 | - |
| YUV | 158.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 92 | 0 | 0.19 | 0.52 | 0.25 | 37.8 | 0.44 | 0.56 |
| Hex | C0 | 9B | 5C | 0 | 13 | 34 | 19 | 26 | 2C | 38 |
| Octal | 300 | 233 | 134 | 0 | 23 | 64 | 31 | 46 | 54 | 70 |
| Binary | 11000000 | 10011011 | 1011100 | 0 | 10011 | 110100 | 11001 | 100110 | 101100 | 111000 |
Color Harmonies of #C09B5C
Complementary color
Monochromatic Colors of #C09B5C
Black with #C09B5C
Text Example
Text Example
White with #C09B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B5C; }
p { color: rgb(192,155,92); }
H1.HeaderClassName
{
color: #C09B5C;
}
.AnyTagClassName
{
color: #C09B5C;
}
</style>
background-color css
<style>
a { background-color: #C09B5C; }
a { background-color: rgb(192,155,92); }
div.DivClassName
{
background-color: #C09B5C;
}
.BgClassName
{
background-color: #C09B5C;
}
</style>
border-color css
<style>
span { border-color: #C09B5C; }
span { border-color: rgb(192,155,92); }
td.TdClassName
{
border-color: #C09B5C;
}
.TagClassName
{
border-color: #C09B5C;
}
</style>