Shades of Ochre #C87622
Tints of Ochre #C87622
RGB
CMYK
RGB Variations
Color information
#C87622 (or 0xC87622) is known color: Ochre. HEX triplet: C8, 76 and 22. RGB value is (200,118,34). Sum of RGB (Red+Green+Blue) = 200+118+34=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C87622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87622 is #3789DD. Grayscale: #858585. Windows color (decimal): -3639774 or 2258632. OLE color: 2258632.
HSL color Cylindrical-coordinate representation of color #C87622: hue angle of 30.36º 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 #C87622 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 34 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.22 |
| HSL | 30.36º | 0.71% | 0.46% | - |
| HSV(B) | 30.36º | 0.83% | 0.78% | - |
| XYZ | 30.59 | 25.35 | 4.79 | - |
| YUV | 132.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 34 | 0 | 0.41 | 0.83 | 0.22 | 30.36 | 0.71 | 0.46 |
| Hex | C8 | 76 | 22 | 0 | 29 | 53 | 16 | 1E | 47 | 2E |
| Octal | 310 | 166 | 42 | 0 | 51 | 123 | 26 | 36 | 107 | 56 |
| Binary | 11001000 | 1110110 | 100010 | 0 | 101001 | 1010011 | 10110 | 11110 | 1000111 | 101110 |
Color Harmonies of #C87622
Complementary color
Monochromatic Colors of #C87622
Black with #C87622
Text Example
Text Example
White with #C87622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87622; }
p { color: rgb(200,118,34); }
H1.HeaderClassName
{
color: #C87622;
}
.AnyTagClassName
{
color: #C87622;
}
</style>
background-color css
<style>
a { background-color: #C87622; }
a { background-color: rgb(200,118,34); }
div.DivClassName
{
background-color: #C87622;
}
.BgClassName
{
background-color: #C87622;
}
</style>
border-color css
<style>
span { border-color: #C87622; }
span { border-color: rgb(200,118,34); }
td.TdClassName
{
border-color: #C87622;
}
.TagClassName
{
border-color: #C87622;
}
</style>