Shades of Ochre #C87419
Tints of Ochre #C87419
RGB
CMYK
RGB Variations
Color information
#C87419 (or 0xC87419) is known color: Ochre. HEX triplet: C8, 74 and 19. RGB value is (200,116,25). Sum of RGB (Red+Green+Blue) = 200+116+25=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C87419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87419 is #378BE6. Grayscale: #838383. Windows color (decimal): -3640295 or 1668296. OLE color: 1668296.
HSL color Cylindrical-coordinate representation of color #C87419: hue angle of 31.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C87419 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.22 |
| HSL | 31.2º | 0.78% | 0.44% | - |
| HSV(B) | 31.2º | 0.88% | 0.78% | - |
| XYZ | 30.24 | 24.84 | 4.12 | - |
| YUV | 130.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 25 | 0 | 0.42 | 0.88 | 0.22 | 31.2 | 0.78 | 0.44 |
| Hex | C8 | 74 | 19 | 0 | 2A | 58 | 16 | 1F | 4E | 2C |
| Octal | 310 | 164 | 31 | 0 | 52 | 130 | 26 | 37 | 116 | 54 |
| Binary | 11001000 | 1110100 | 11001 | 0 | 101010 | 1011000 | 10110 | 11111 | 1001110 | 101100 |
Color Harmonies of #C87419
Complementary color
Monochromatic Colors of #C87419
Black with #C87419
Text Example
Text Example
White with #C87419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87419; }
p { color: rgb(200,116,25); }
H1.HeaderClassName
{
color: #C87419;
}
.AnyTagClassName
{
color: #C87419;
}
</style>
background-color css
<style>
a { background-color: #C87419; }
a { background-color: rgb(200,116,25); }
div.DivClassName
{
background-color: #C87419;
}
.BgClassName
{
background-color: #C87419;
}
</style>
border-color css
<style>
span { border-color: #C87419; }
span { border-color: rgb(200,116,25); }
td.TdClassName
{
border-color: #C87419;
}
.TagClassName
{
border-color: #C87419;
}
</style>