Shades of Ochre #C8721A
Tints of Ochre #C8721A
RGB
CMYK
RGB Variations
Color information
#C8721A (or 0xC8721A) is known color: Ochre. HEX triplet: C8, 72 and 1A. RGB value is (200,114,26). Sum of RGB (Red+Green+Blue) = 200+114+26=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C8721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8721A is #378DE5. Grayscale: #828282. Windows color (decimal): -3640806 or 1733320. OLE color: 1733320.
HSL color Cylindrical-coordinate representation of color #C8721A: hue angle of 30.34º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8721A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.22 |
| HSL | 30.34º | 0.77% | 0.44% | - |
| HSV(B) | 30.34º | 0.87% | 0.78% | - |
| XYZ | 30.02 | 24.39 | 4.1 | - |
| YUV | 129.68 | 69.49 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 26 | 0 | 0.43 | 0.87 | 0.22 | 30.34 | 0.77 | 0.44 |
| Hex | C8 | 72 | 1A | 0 | 2B | 57 | 16 | 1E | 4D | 2C |
| Octal | 310 | 162 | 32 | 0 | 53 | 127 | 26 | 36 | 115 | 54 |
| Binary | 11001000 | 1110010 | 11010 | 0 | 101011 | 1010111 | 10110 | 11110 | 1001101 | 101100 |
Color Harmonies of #C8721A
Complementary color
Monochromatic Colors of #C8721A
Black with #C8721A
Text Example
Text Example
White with #C8721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8721A; }
p { color: rgb(200,114,26); }
H1.HeaderClassName
{
color: #C8721A;
}
.AnyTagClassName
{
color: #C8721A;
}
</style>
background-color css
<style>
a { background-color: #C8721A; }
a { background-color: rgb(200,114,26); }
div.DivClassName
{
background-color: #C8721A;
}
.BgClassName
{
background-color: #C8721A;
}
</style>
border-color css
<style>
span { border-color: #C8721A; }
span { border-color: rgb(200,114,26); }
td.TdClassName
{
border-color: #C8721A;
}
.TagClassName
{
border-color: #C8721A;
}
</style>