Shades of Barley Corn #C19C5C
Tints of Barley Corn #C19C5C
RGB
CMYK
RGB Variations
Color information
#C19C5C (or 0xC19C5C) is known color: Barley Corn. HEX triplet: C1, 9C and 5C. RGB value is (193,156,92). Sum of RGB (Red+Green+Blue) = 193+156+92=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C5C is #3E63A3. Grayscale: #A0A0A0. Windows color (decimal): -4088740 or 6069441. OLE color: 6069441.
HSL color Cylindrical-coordinate representation of color #C19C5C: hue angle of 38.02º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C19C5C is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 92 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.24 |
| HSL | 38.02º | 0.45% | 0.56% | - |
| HSV(B) | 38.02º | 0.52% | 0.76% | - |
| XYZ | 35.81 | 35.89 | 15.16 | - |
| YUV | 159.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 92 | 0 | 0.19 | 0.52 | 0.24 | 38.02 | 0.45 | 0.56 |
| Hex | C1 | 9C | 5C | 0 | 13 | 34 | 18 | 26 | 2D | 38 |
| Octal | 301 | 234 | 134 | 0 | 23 | 64 | 30 | 46 | 55 | 70 |
| Binary | 11000001 | 10011100 | 1011100 | 0 | 10011 | 110100 | 11000 | 100110 | 101101 | 111000 |
Color Harmonies of #C19C5C
Complementary color
Monochromatic Colors of #C19C5C
Black with #C19C5C
Text Example
Text Example
White with #C19C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C5C; }
p { color: rgb(193,156,92); }
H1.HeaderClassName
{
color: #C19C5C;
}
.AnyTagClassName
{
color: #C19C5C;
}
</style>
background-color css
<style>
a { background-color: #C19C5C; }
a { background-color: rgb(193,156,92); }
div.DivClassName
{
background-color: #C19C5C;
}
.BgClassName
{
background-color: #C19C5C;
}
</style>
border-color css
<style>
span { border-color: #C19C5C; }
span { border-color: rgb(193,156,92); }
td.TdClassName
{
border-color: #C19C5C;
}
.TagClassName
{
border-color: #C19C5C;
}
</style>