Shades of Ochre #C87322
Tints of Ochre #C87322
RGB
CMYK
RGB Variations
Color information
#C87322 (or 0xC87322) is known color: Ochre. HEX triplet: C8, 73 and 22. RGB value is (200,115,34). Sum of RGB (Red+Green+Blue) = 200+115+34=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C87322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87322 is #378CDD. Grayscale: #838383. Windows color (decimal): -3640542 or 2257864. OLE color: 2257864.
HSL color Cylindrical-coordinate representation of color #C87322: hue angle of 29.28º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C87322 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 34 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.22 |
| HSL | 29.28º | 0.71% | 0.46% | - |
| HSV(B) | 29.28º | 0.83% | 0.78% | - |
| XYZ | 30.24 | 24.66 | 4.68 | - |
| YUV | 131.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 34 | 0 | 0.42 | 0.83 | 0.22 | 29.28 | 0.71 | 0.46 |
| Hex | C8 | 73 | 22 | 0 | 2A | 53 | 16 | 1D | 47 | 2E |
| Octal | 310 | 163 | 42 | 0 | 52 | 123 | 26 | 35 | 107 | 56 |
| Binary | 11001000 | 1110011 | 100010 | 0 | 101010 | 1010011 | 10110 | 11101 | 1000111 | 101110 |
Color Harmonies of #C87322
Complementary color
Monochromatic Colors of #C87322
Black with #C87322
Text Example
Text Example
White with #C87322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87322; }
p { color: rgb(200,115,34); }
H1.HeaderClassName
{
color: #C87322;
}
.AnyTagClassName
{
color: #C87322;
}
</style>
background-color css
<style>
a { background-color: #C87322; }
a { background-color: rgb(200,115,34); }
div.DivClassName
{
background-color: #C87322;
}
.BgClassName
{
background-color: #C87322;
}
</style>
border-color css
<style>
span { border-color: #C87322; }
span { border-color: rgb(200,115,34); }
td.TdClassName
{
border-color: #C87322;
}
.TagClassName
{
border-color: #C87322;
}
</style>