Shades of Ochre #C36F15
Tints of Ochre #C36F15
RGB
CMYK
RGB Variations
Color information
#C36F15 (or 0xC36F15) is known color: Ochre. HEX triplet: C3, 6F and 15. RGB value is (195,111,21). Sum of RGB (Red+Green+Blue) = 195+111+21=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F15 is #3C90EA. Grayscale: #7E7E7E. Windows color (decimal): -3969259 or 1404867. OLE color: 1404867.
HSL color Cylindrical-coordinate representation of color #C36F15: hue angle of 31.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C36F15 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 21 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.24 |
| HSL | 31.03º | 0.81% | 0.42% | - |
| HSV(B) | 31.03º | 0.89% | 0.76% | - |
| XYZ | 28.33 | 23.03 | 3.66 | - |
| YUV | 125.86 | 68.83 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 21 | 0 | 0.43 | 0.89 | 0.24 | 31.03 | 0.81 | 0.42 |
| Hex | C3 | 6F | 15 | 0 | 2B | 59 | 18 | 1F | 51 | 2A |
| Octal | 303 | 157 | 25 | 0 | 53 | 131 | 30 | 37 | 121 | 52 |
| Binary | 11000011 | 1101111 | 10101 | 0 | 101011 | 1011001 | 11000 | 11111 | 1010001 | 101010 |
Color Harmonies of #C36F15
Complementary color
Monochromatic Colors of #C36F15
Black with #C36F15
Text Example
Text Example
White with #C36F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F15; }
p { color: rgb(195,111,21); }
H1.HeaderClassName
{
color: #C36F15;
}
.AnyTagClassName
{
color: #C36F15;
}
</style>
background-color css
<style>
a { background-color: #C36F15; }
a { background-color: rgb(195,111,21); }
div.DivClassName
{
background-color: #C36F15;
}
.BgClassName
{
background-color: #C36F15;
}
</style>
border-color css
<style>
span { border-color: #C36F15; }
span { border-color: rgb(195,111,21); }
td.TdClassName
{
border-color: #C36F15;
}
.TagClassName
{
border-color: #C36F15;
}
</style>