Shades of Ochre #C8762B
Tints of Ochre #C8762B
RGB
CMYK
RGB Variations
Color information
#C8762B (or 0xC8762B) is known color: Ochre. HEX triplet: C8, 76 and 2B. RGB value is (200,118,43). Sum of RGB (Red+Green+Blue) = 200+118+43=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8762B is #3789D4. Grayscale: #868686. Windows color (decimal): -3639765 or 2848456. OLE color: 2848456.
HSL color Cylindrical-coordinate representation of color #C8762B: hue angle of 28.66º 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 #C8762B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.22 |
| HSL | 28.66º | 0.65% | 0.48% | - |
| HSV(B) | 28.66º | 0.79% | 0.78% | - |
| XYZ | 30.73 | 25.41 | 5.57 | - |
| YUV | 133.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 43 | 0 | 0.41 | 0.78 | 0.22 | 28.66 | 0.65 | 0.48 |
| Hex | C8 | 76 | 2B | 0 | 29 | 4E | 16 | 1D | 41 | 30 |
| Octal | 310 | 166 | 53 | 0 | 51 | 116 | 26 | 35 | 101 | 60 |
| Binary | 11001000 | 1110110 | 101011 | 0 | 101001 | 1001110 | 10110 | 11101 | 1000001 | 110000 |
Color Harmonies of #C8762B
Complementary color
Monochromatic Colors of #C8762B
Black with #C8762B
Text Example
Text Example
White with #C8762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8762B; }
p { color: rgb(200,118,43); }
H1.HeaderClassName
{
color: #C8762B;
}
.AnyTagClassName
{
color: #C8762B;
}
</style>
background-color css
<style>
a { background-color: #C8762B; }
a { background-color: rgb(200,118,43); }
div.DivClassName
{
background-color: #C8762B;
}
.BgClassName
{
background-color: #C8762B;
}
</style>
border-color css
<style>
span { border-color: #C8762B; }
span { border-color: rgb(200,118,43); }
td.TdClassName
{
border-color: #C8762B;
}
.TagClassName
{
border-color: #C8762B;
}
</style>