Shades of Ochre #C8761C
Tints of Ochre #C8761C
RGB
CMYK
RGB Variations
Color information
#C8761C (or 0xC8761C) is known color: Ochre. HEX triplet: C8, 76 and 1C. RGB value is (200,118,28). Sum of RGB (Red+Green+Blue) = 200+118+28=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8761C is #3789E3. Grayscale: #848484. Windows color (decimal): -3639780 or 1865416. OLE color: 1865416.
HSL color Cylindrical-coordinate representation of color #C8761C: hue angle of 31.4º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8761C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 28 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.22 |
| HSL | 31.4º | 0.75% | 0.45% | - |
| HSV(B) | 31.4º | 0.86% | 0.78% | - |
| XYZ | 30.51 | 25.32 | 4.38 | - |
| YUV | 132.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 28 | 0 | 0.41 | 0.86 | 0.22 | 31.4 | 0.75 | 0.45 |
| Hex | C8 | 76 | 1C | 0 | 29 | 56 | 16 | 1F | 4B | 2D |
| Octal | 310 | 166 | 34 | 0 | 51 | 126 | 26 | 37 | 113 | 55 |
| Binary | 11001000 | 1110110 | 11100 | 0 | 101001 | 1010110 | 10110 | 11111 | 1001011 | 101101 |
Color Harmonies of #C8761C
Complementary color
Monochromatic Colors of #C8761C
Black with #C8761C
Text Example
Text Example
White with #C8761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8761C; }
p { color: rgb(200,118,28); }
H1.HeaderClassName
{
color: #C8761C;
}
.AnyTagClassName
{
color: #C8761C;
}
</style>
background-color css
<style>
a { background-color: #C8761C; }
a { background-color: rgb(200,118,28); }
div.DivClassName
{
background-color: #C8761C;
}
.BgClassName
{
background-color: #C8761C;
}
</style>
border-color css
<style>
span { border-color: #C8761C; }
span { border-color: rgb(200,118,28); }
td.TdClassName
{
border-color: #C8761C;
}
.TagClassName
{
border-color: #C8761C;
}
</style>