Shades of Barley Corn #C09D5C
Tints of Barley Corn #C09D5C
RGB
CMYK
RGB Variations
Color information
#C09D5C (or 0xC09D5C) is known color: Barley Corn. HEX triplet: C0, 9D and 5C. RGB value is (192,157,92). Sum of RGB (Red+Green+Blue) = 192+157+92=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D5C is #3F62A3. Grayscale: #A0A0A0. Windows color (decimal): -4154020 or 6069696. OLE color: 6069696.
HSL color Cylindrical-coordinate representation of color #C09D5C: hue angle of 39º 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 #C09D5C is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 92 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.25 |
| HSL | 39º | 0.44% | 0.56% | - |
| HSV(B) | 39º | 0.52% | 0.75% | - |
| XYZ | 35.73 | 36.09 | 15.21 | - |
| YUV | 160.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 92 | 0 | 0.18 | 0.52 | 0.25 | 39 | 0.44 | 0.56 |
| Hex | C0 | 9D | 5C | 0 | 12 | 34 | 19 | 27 | 2C | 38 |
| Octal | 300 | 235 | 134 | 0 | 22 | 64 | 31 | 47 | 54 | 70 |
| Binary | 11000000 | 10011101 | 1011100 | 0 | 10010 | 110100 | 11001 | 100111 | 101100 | 111000 |
Color Harmonies of #C09D5C
Complementary color
Monochromatic Colors of #C09D5C
Black with #C09D5C
Text Example
Text Example
White with #C09D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D5C; }
p { color: rgb(192,157,92); }
H1.HeaderClassName
{
color: #C09D5C;
}
.AnyTagClassName
{
color: #C09D5C;
}
</style>
background-color css
<style>
a { background-color: #C09D5C; }
a { background-color: rgb(192,157,92); }
div.DivClassName
{
background-color: #C09D5C;
}
.BgClassName
{
background-color: #C09D5C;
}
</style>
border-color css
<style>
span { border-color: #C09D5C; }
span { border-color: rgb(192,157,92); }
td.TdClassName
{
border-color: #C09D5C;
}
.TagClassName
{
border-color: #C09D5C;
}
</style>