Shades of Ochre #C8782B
Tints of Ochre #C8782B
RGB
CMYK
RGB Variations
Color information
#C8782B (or 0xC8782B) is known color: Ochre. HEX triplet: C8, 78 and 2B. RGB value is (200,120,43). Sum of RGB (Red+Green+Blue) = 200+120+43=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8782B is #3787D4. Grayscale: #878787. Windows color (decimal): -3639253 or 2848968. OLE color: 2848968.
HSL color Cylindrical-coordinate representation of color #C8782B: hue angle of 29.43º 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 #C8782B is Cyan = 0, Magento = 0.4, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 43 | - |
| CMYK | 0 | 0.4 | 0.78 | 0.22 |
| HSL | 29.43º | 0.65% | 0.48% | - |
| HSV(B) | 29.43º | 0.79% | 0.78% | - |
| XYZ | 30.97 | 25.89 | 5.65 | - |
| YUV | 135.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 43 | 0 | 0.4 | 0.78 | 0.22 | 29.43 | 0.65 | 0.48 |
| Hex | C8 | 78 | 2B | 0 | 28 | 4E | 16 | 1D | 41 | 30 |
| Octal | 310 | 170 | 53 | 0 | 50 | 116 | 26 | 35 | 101 | 60 |
| Binary | 11001000 | 1111000 | 101011 | 0 | 101000 | 1001110 | 10110 | 11101 | 1000001 | 110000 |
Color Harmonies of #C8782B
Complementary color
Monochromatic Colors of #C8782B
Black with #C8782B
Text Example
Text Example
White with #C8782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8782B; }
p { color: rgb(200,120,43); }
H1.HeaderClassName
{
color: #C8782B;
}
.AnyTagClassName
{
color: #C8782B;
}
</style>
background-color css
<style>
a { background-color: #C8782B; }
a { background-color: rgb(200,120,43); }
div.DivClassName
{
background-color: #C8782B;
}
.BgClassName
{
background-color: #C8782B;
}
</style>
border-color css
<style>
span { border-color: #C8782B; }
span { border-color: rgb(200,120,43); }
td.TdClassName
{
border-color: #C8782B;
}
.TagClassName
{
border-color: #C8782B;
}
</style>