Shades of Ochre #C37C16
Tints of Ochre #C37C16
RGB
CMYK
RGB Variations
Color information
#C37C16 (or 0xC37C16) is known color: Ochre. HEX triplet: C3, 7C and 16. RGB value is (195,124,22). Sum of RGB (Red+Green+Blue) = 195+124+22=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C16 is #3C83E9. Grayscale: #868686. Windows color (decimal): -3965930 or 1473731. OLE color: 1473731.
HSL color Cylindrical-coordinate representation of color #C37C16: hue angle of 35.38º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C37C16 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.24 |
| HSL | 35.38º | 0.8% | 0.43% | - |
| HSV(B) | 35.38º | 0.89% | 0.76% | - |
| XYZ | 29.86 | 26.08 | 4.22 | - |
| YUV | 133.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 22 | 0 | 0.36 | 0.89 | 0.24 | 35.38 | 0.8 | 0.43 |
| Hex | C3 | 7C | 16 | 0 | 24 | 59 | 18 | 23 | 50 | 2B |
| Octal | 303 | 174 | 26 | 0 | 44 | 131 | 30 | 43 | 120 | 53 |
| Binary | 11000011 | 1111100 | 10110 | 0 | 100100 | 1011001 | 11000 | 100011 | 1010000 | 101011 |
Color Harmonies of #C37C16
Complementary color
Monochromatic Colors of #C37C16
Black with #C37C16
Text Example
Text Example
White with #C37C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C16; }
p { color: rgb(195,124,22); }
H1.HeaderClassName
{
color: #C37C16;
}
.AnyTagClassName
{
color: #C37C16;
}
</style>
background-color css
<style>
a { background-color: #C37C16; }
a { background-color: rgb(195,124,22); }
div.DivClassName
{
background-color: #C37C16;
}
.BgClassName
{
background-color: #C37C16;
}
</style>
border-color css
<style>
span { border-color: #C37C16; }
span { border-color: rgb(195,124,22); }
td.TdClassName
{
border-color: #C37C16;
}
.TagClassName
{
border-color: #C37C16;
}
</style>