Shades of Ochre #C87619
Tints of Ochre #C87619
RGB
CMYK
RGB Variations
Color information
#C87619 (or 0xC87619) is known color: Ochre. HEX triplet: C8, 76 and 19. RGB value is (200,118,25). Sum of RGB (Red+Green+Blue) = 200+118+25=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C87619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87619 is #3789E6. Grayscale: #848484. Windows color (decimal): -3639783 or 1668808. OLE color: 1668808.
HSL color Cylindrical-coordinate representation of color #C87619: hue angle of 31.89º 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 #C87619 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.22 |
| HSL | 31.89º | 0.78% | 0.44% | - |
| HSV(B) | 31.89º | 0.88% | 0.78% | - |
| XYZ | 30.47 | 25.31 | 4.2 | - |
| YUV | 131.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 25 | 0 | 0.41 | 0.88 | 0.22 | 31.89 | 0.78 | 0.44 |
| Hex | C8 | 76 | 19 | 0 | 29 | 58 | 16 | 20 | 4E | 2C |
| Octal | 310 | 166 | 31 | 0 | 51 | 130 | 26 | 40 | 116 | 54 |
| Binary | 11001000 | 1110110 | 11001 | 0 | 101001 | 1011000 | 10110 | 100000 | 1001110 | 101100 |
Color Harmonies of #C87619
Complementary color
Monochromatic Colors of #C87619
Black with #C87619
Text Example
Text Example
White with #C87619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87619; }
p { color: rgb(200,118,25); }
H1.HeaderClassName
{
color: #C87619;
}
.AnyTagClassName
{
color: #C87619;
}
</style>
background-color css
<style>
a { background-color: #C87619; }
a { background-color: rgb(200,118,25); }
div.DivClassName
{
background-color: #C87619;
}
.BgClassName
{
background-color: #C87619;
}
</style>
border-color css
<style>
span { border-color: #C87619; }
span { border-color: rgb(200,118,25); }
td.TdClassName
{
border-color: #C87619;
}
.TagClassName
{
border-color: #C87619;
}
</style>