Shades of Ochre #C47015
Tints of Ochre #C47015
RGB
CMYK
RGB Variations
Color information
#C47015 (or 0xC47015) is known color: Ochre. HEX triplet: C4, 70 and 15. RGB value is (196,112,21). Sum of RGB (Red+Green+Blue) = 196+112+21=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47015 is #3B8FEA. Grayscale: #7F7F7F. Windows color (decimal): -3903467 or 1405124. OLE color: 1405124.
HSL color Cylindrical-coordinate representation of color #C47015: hue angle of 31.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C47015 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 21 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.23 |
| HSL | 31.2º | 0.81% | 0.43% | - |
| HSV(B) | 31.2º | 0.89% | 0.77% | - |
| XYZ | 28.69 | 23.38 | 3.71 | - |
| YUV | 126.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 21 | 0 | 0.43 | 0.89 | 0.23 | 31.2 | 0.81 | 0.43 |
| Hex | C4 | 70 | 15 | 0 | 2B | 59 | 17 | 1F | 51 | 2B |
| Octal | 304 | 160 | 25 | 0 | 53 | 131 | 27 | 37 | 121 | 53 |
| Binary | 11000100 | 1110000 | 10101 | 0 | 101011 | 1011001 | 10111 | 11111 | 1010001 | 101011 |
Color Harmonies of #C47015
Complementary color
Monochromatic Colors of #C47015
Black with #C47015
Text Example
Text Example
White with #C47015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47015; }
p { color: rgb(196,112,21); }
H1.HeaderClassName
{
color: #C47015;
}
.AnyTagClassName
{
color: #C47015;
}
</style>
background-color css
<style>
a { background-color: #C47015; }
a { background-color: rgb(196,112,21); }
div.DivClassName
{
background-color: #C47015;
}
.BgClassName
{
background-color: #C47015;
}
</style>
border-color css
<style>
span { border-color: #C47015; }
span { border-color: rgb(196,112,21); }
td.TdClassName
{
border-color: #C47015;
}
.TagClassName
{
border-color: #C47015;
}
</style>