Shades of Ochre #C36E26
Tints of Ochre #C36E26
RGB
CMYK
RGB Variations
Color information
#C36E26 (or 0xC36E26) is known color: Ochre. HEX triplet: C3, 6E and 26. RGB value is (195,110,38). Sum of RGB (Red+Green+Blue) = 195+110+38=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E26 is #3C91D9. Grayscale: #7F7F7F. Windows color (decimal): -3969498 or 2518723. OLE color: 2518723.
HSL color Cylindrical-coordinate representation of color #C36E26: hue angle of 27.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C36E26 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 38 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.24 |
| HSL | 27.52º | 0.67% | 0.46% | - |
| HSV(B) | 27.52º | 0.81% | 0.76% | - |
| XYZ | 28.43 | 22.89 | 4.75 | - |
| YUV | 127.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 38 | 0 | 0.44 | 0.81 | 0.24 | 27.52 | 0.67 | 0.46 |
| Hex | C3 | 6E | 26 | 0 | 2C | 51 | 18 | 1C | 43 | 2E |
| Octal | 303 | 156 | 46 | 0 | 54 | 121 | 30 | 34 | 103 | 56 |
| Binary | 11000011 | 1101110 | 100110 | 0 | 101100 | 1010001 | 11000 | 11100 | 1000011 | 101110 |
Color Harmonies of #C36E26
Complementary color
Monochromatic Colors of #C36E26
Black with #C36E26
Text Example
Text Example
White with #C36E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E26; }
p { color: rgb(195,110,38); }
H1.HeaderClassName
{
color: #C36E26;
}
.AnyTagClassName
{
color: #C36E26;
}
</style>
background-color css
<style>
a { background-color: #C36E26; }
a { background-color: rgb(195,110,38); }
div.DivClassName
{
background-color: #C36E26;
}
.BgClassName
{
background-color: #C36E26;
}
</style>
border-color css
<style>
span { border-color: #C36E26; }
span { border-color: rgb(195,110,38); }
td.TdClassName
{
border-color: #C36E26;
}
.TagClassName
{
border-color: #C36E26;
}
</style>