Shades of Ochre #C8751E
Tints of Ochre #C8751E
RGB
CMYK
RGB Variations
Color information
#C8751E (or 0xC8751E) is known color: Ochre. HEX triplet: C8, 75 and 1E. RGB value is (200,117,30). Sum of RGB (Red+Green+Blue) = 200+117+30=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8751E is #378AE1. Grayscale: #848484. Windows color (decimal): -3640034 or 1996232. OLE color: 1996232.
HSL color Cylindrical-coordinate representation of color #C8751E: hue angle of 30.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8751E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 30 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.22 |
| HSL | 30.71º | 0.74% | 0.45% | - |
| HSV(B) | 30.71º | 0.85% | 0.78% | - |
| XYZ | 30.42 | 25.1 | 4.47 | - |
| YUV | 131.9 | 70.5 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 30 | 0 | 0.42 | 0.85 | 0.22 | 30.71 | 0.74 | 0.45 |
| Hex | C8 | 75 | 1E | 0 | 2A | 55 | 16 | 1F | 4A | 2D |
| Octal | 310 | 165 | 36 | 0 | 52 | 125 | 26 | 37 | 112 | 55 |
| Binary | 11001000 | 1110101 | 11110 | 0 | 101010 | 1010101 | 10110 | 11111 | 1001010 | 101101 |
Color Harmonies of #C8751E
Complementary color
Monochromatic Colors of #C8751E
Black with #C8751E
Text Example
Text Example
White with #C8751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8751E; }
p { color: rgb(200,117,30); }
H1.HeaderClassName
{
color: #C8751E;
}
.AnyTagClassName
{
color: #C8751E;
}
</style>
background-color css
<style>
a { background-color: #C8751E; }
a { background-color: rgb(200,117,30); }
div.DivClassName
{
background-color: #C8751E;
}
.BgClassName
{
background-color: #C8751E;
}
</style>
border-color css
<style>
span { border-color: #C8751E; }
span { border-color: rgb(200,117,30); }
td.TdClassName
{
border-color: #C8751E;
}
.TagClassName
{
border-color: #C8751E;
}
</style>