Shades of Ochre #C8712A
Tints of Ochre #C8712A
RGB
CMYK
RGB Variations
Color information
#C8712A (or 0xC8712A) is known color: Ochre. HEX triplet: C8, 71 and 2A. RGB value is (200,113,42). Sum of RGB (Red+Green+Blue) = 200+113+42=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8712A is #378ED5. Grayscale: #838383. Windows color (decimal): -3641046 or 2781640. OLE color: 2781640.
HSL color Cylindrical-coordinate representation of color #C8712A: hue angle of 26.96º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8712A is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 42 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.22 |
| HSL | 26.96º | 0.65% | 0.47% | - |
| HSV(B) | 26.96º | 0.79% | 0.78% | - |
| XYZ | 30.14 | 24.26 | 5.28 | - |
| YUV | 130.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 42 | 0 | 0.44 | 0.79 | 0.22 | 26.96 | 0.65 | 0.47 |
| Hex | C8 | 71 | 2A | 0 | 2C | 4F | 16 | 1B | 41 | 2F |
| Octal | 310 | 161 | 52 | 0 | 54 | 117 | 26 | 33 | 101 | 57 |
| Binary | 11001000 | 1110001 | 101010 | 0 | 101100 | 1001111 | 10110 | 11011 | 1000001 | 101111 |
Color Harmonies of #C8712A
Complementary color
Monochromatic Colors of #C8712A
Black with #C8712A
Text Example
Text Example
White with #C8712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8712A; }
p { color: rgb(200,113,42); }
H1.HeaderClassName
{
color: #C8712A;
}
.AnyTagClassName
{
color: #C8712A;
}
</style>
background-color css
<style>
a { background-color: #C8712A; }
a { background-color: rgb(200,113,42); }
div.DivClassName
{
background-color: #C8712A;
}
.BgClassName
{
background-color: #C8712A;
}
</style>
border-color css
<style>
span { border-color: #C8712A; }
span { border-color: rgb(200,113,42); }
td.TdClassName
{
border-color: #C8712A;
}
.TagClassName
{
border-color: #C8712A;
}
</style>