Shades of Ochre #C47A15
Tints of Ochre #C47A15
RGB
CMYK
RGB Variations
Color information
#C47A15 (or 0xC47A15) is known color: Ochre. HEX triplet: C4, 7A and 15. RGB value is (196,122,21). Sum of RGB (Red+Green+Blue) = 196+122+21=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A15 is #3B85EA. Grayscale: #858585. Windows color (decimal): -3900907 or 1407684. OLE color: 1407684.
HSL color Cylindrical-coordinate representation of color #C47A15: hue angle of 34.63º 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 #C47A15 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 21 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.23 |
| HSL | 34.63º | 0.81% | 0.43% | - |
| HSV(B) | 34.63º | 0.89% | 0.77% | - |
| XYZ | 29.86 | 25.71 | 4.1 | - |
| YUV | 132.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 21 | 0 | 0.38 | 0.89 | 0.23 | 34.63 | 0.81 | 0.43 |
| Hex | C4 | 7A | 15 | 0 | 26 | 59 | 17 | 23 | 51 | 2B |
| Octal | 304 | 172 | 25 | 0 | 46 | 131 | 27 | 43 | 121 | 53 |
| Binary | 11000100 | 1111010 | 10101 | 0 | 100110 | 1011001 | 10111 | 100011 | 1010001 | 101011 |
Color Harmonies of #C47A15
Complementary color
Monochromatic Colors of #C47A15
Black with #C47A15
Text Example
Text Example
White with #C47A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A15; }
p { color: rgb(196,122,21); }
H1.HeaderClassName
{
color: #C47A15;
}
.AnyTagClassName
{
color: #C47A15;
}
</style>
background-color css
<style>
a { background-color: #C47A15; }
a { background-color: rgb(196,122,21); }
div.DivClassName
{
background-color: #C47A15;
}
.BgClassName
{
background-color: #C47A15;
}
</style>
border-color css
<style>
span { border-color: #C47A15; }
span { border-color: rgb(196,122,21); }
td.TdClassName
{
border-color: #C47A15;
}
.TagClassName
{
border-color: #C47A15;
}
</style>