Shades of Ochre #C87515
Tints of Ochre #C87515
RGB
CMYK
RGB Variations
Color information
#C87515 (or 0xC87515) is known color: Ochre. HEX triplet: C8, 75 and 15. RGB value is (200,117,21). Sum of RGB (Red+Green+Blue) = 200+117+21=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C87515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87515 is #378AEA. Grayscale: #838383. Windows color (decimal): -3640043 or 1406408. OLE color: 1406408.
HSL color Cylindrical-coordinate representation of color #C87515: hue angle of 32.18º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C87515 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.22 |
| HSL | 32.18º | 0.81% | 0.43% | - |
| HSV(B) | 32.18º | 0.9% | 0.78% | - |
| XYZ | 30.32 | 25.06 | 3.95 | - |
| YUV | 130.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 21 | 0 | 0.42 | 0.90 | 0.22 | 32.18 | 0.81 | 0.43 |
| Hex | C8 | 75 | 15 | 0 | 2A | 5A | 16 | 20 | 51 | 2B |
| Octal | 310 | 165 | 25 | 0 | 52 | 132 | 26 | 40 | 121 | 53 |
| Binary | 11001000 | 1110101 | 10101 | 0 | 101010 | 1011010 | 10110 | 100000 | 1010001 | 101011 |
Color Harmonies of #C87515
Complementary color
Monochromatic Colors of #C87515
Black with #C87515
Text Example
Text Example
White with #C87515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87515; }
p { color: rgb(200,117,21); }
H1.HeaderClassName
{
color: #C87515;
}
.AnyTagClassName
{
color: #C87515;
}
</style>
background-color css
<style>
a { background-color: #C87515; }
a { background-color: rgb(200,117,21); }
div.DivClassName
{
background-color: #C87515;
}
.BgClassName
{
background-color: #C87515;
}
</style>
border-color css
<style>
span { border-color: #C87515; }
span { border-color: rgb(200,117,21); }
td.TdClassName
{
border-color: #C87515;
}
.TagClassName
{
border-color: #C87515;
}
</style>