Shades of Ochre #C36F0C
Tints of Ochre #C36F0C
RGB
CMYK
RGB Variations
Color information
#C36F0C (or 0xC36F0C) is known color: Ochre. HEX triplet: C3, 6F and 0C. RGB value is (195,111,12). Sum of RGB (Red+Green+Blue) = 195+111+12=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36F0C is #3C90F3. Grayscale: #7D7D7D. Windows color (decimal): -3969268 or 815043. OLE color: 815043.
HSL color Cylindrical-coordinate representation of color #C36F0C: hue angle of 32.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C36F0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.24 |
| HSL | 32.46º | 0.88% | 0.41% | - |
| HSV(B) | 32.46º | 0.94% | 0.76% | - |
| XYZ | 28.26 | 23 | 3.3 | - |
| YUV | 124.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 12 | 0 | 0.43 | 0.94 | 0.24 | 32.46 | 0.88 | 0.41 |
| Hex | C3 | 6F | C | 0 | 2B | 5E | 18 | 20 | 58 | 29 |
| Octal | 303 | 157 | 14 | 0 | 53 | 136 | 30 | 40 | 130 | 51 |
| Binary | 11000011 | 1101111 | 1100 | 0 | 101011 | 1011110 | 11000 | 100000 | 1011000 | 101001 |
Color Harmonies of #C36F0C
Complementary color
Monochromatic Colors of #C36F0C
Black with #C36F0C
Text Example
Text Example
White with #C36F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F0C; }
p { color: rgb(195,111,12); }
H1.HeaderClassName
{
color: #C36F0C;
}
.AnyTagClassName
{
color: #C36F0C;
}
</style>
background-color css
<style>
a { background-color: #C36F0C; }
a { background-color: rgb(195,111,12); }
div.DivClassName
{
background-color: #C36F0C;
}
.BgClassName
{
background-color: #C36F0C;
}
</style>
border-color css
<style>
span { border-color: #C36F0C; }
span { border-color: rgb(195,111,12); }
td.TdClassName
{
border-color: #C36F0C;
}
.TagClassName
{
border-color: #C36F0C;
}
</style>