Shades of Ochre #C8742B
Tints of Ochre #C8742B
RGB
CMYK
RGB Variations
Color information
#C8742B (or 0xC8742B) is known color: Ochre. HEX triplet: C8, 74 and 2B. RGB value is (200,116,43). Sum of RGB (Red+Green+Blue) = 200+116+43=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8742B is #378BD4. Grayscale: #858585. Windows color (decimal): -3640277 or 2847944. OLE color: 2847944.
HSL color Cylindrical-coordinate representation of color #C8742B: hue angle of 27.9º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8742B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 43 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.22 |
| HSL | 27.9º | 0.65% | 0.48% | - |
| HSV(B) | 27.9º | 0.79% | 0.78% | - |
| XYZ | 30.5 | 24.94 | 5.49 | - |
| YUV | 132.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 43 | 0 | 0.42 | 0.78 | 0.22 | 27.9 | 0.65 | 0.48 |
| Hex | C8 | 74 | 2B | 0 | 2A | 4E | 16 | 1C | 41 | 30 |
| Octal | 310 | 164 | 53 | 0 | 52 | 116 | 26 | 34 | 101 | 60 |
| Binary | 11001000 | 1110100 | 101011 | 0 | 101010 | 1001110 | 10110 | 11100 | 1000001 | 110000 |
Color Harmonies of #C8742B
Complementary color
Monochromatic Colors of #C8742B
Black with #C8742B
Text Example
Text Example
White with #C8742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8742B; }
p { color: rgb(200,116,43); }
H1.HeaderClassName
{
color: #C8742B;
}
.AnyTagClassName
{
color: #C8742B;
}
</style>
background-color css
<style>
a { background-color: #C8742B; }
a { background-color: rgb(200,116,43); }
div.DivClassName
{
background-color: #C8742B;
}
.BgClassName
{
background-color: #C8742B;
}
</style>
border-color css
<style>
span { border-color: #C8742B; }
span { border-color: rgb(200,116,43); }
td.TdClassName
{
border-color: #C8742B;
}
.TagClassName
{
border-color: #C8742B;
}
</style>