Shades of Ochre #C87726
Tints of Ochre #C87726
RGB
CMYK
RGB Variations
Color information
#C87726 (or 0xC87726) is known color: Ochre. HEX triplet: C8, 77 and 26. RGB value is (200,119,38). Sum of RGB (Red+Green+Blue) = 200+119+38=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87726 is #3788D9. Grayscale: #868686. Windows color (decimal): -3639514 or 2521032. OLE color: 2521032.
HSL color Cylindrical-coordinate representation of color #C87726: hue angle of 30º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C87726 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 38 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.22 |
| HSL | 30º | 0.68% | 0.47% | - |
| HSV(B) | 30º | 0.81% | 0.78% | - |
| XYZ | 30.77 | 25.61 | 5.16 | - |
| YUV | 133.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 38 | 0 | 0.40 | 0.81 | 0.22 | 30 | 0.68 | 0.47 |
| Hex | C8 | 77 | 26 | 0 | 28 | 51 | 16 | 1E | 44 | 2F |
| Octal | 310 | 167 | 46 | 0 | 50 | 121 | 26 | 36 | 104 | 57 |
| Binary | 11001000 | 1110111 | 100110 | 0 | 101000 | 1010001 | 10110 | 11110 | 1000100 | 101111 |
Color Harmonies of #C87726
Complementary color
Monochromatic Colors of #C87726
Black with #C87726
Text Example
Text Example
White with #C87726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87726; }
p { color: rgb(200,119,38); }
H1.HeaderClassName
{
color: #C87726;
}
.AnyTagClassName
{
color: #C87726;
}
</style>
background-color css
<style>
a { background-color: #C87726; }
a { background-color: rgb(200,119,38); }
div.DivClassName
{
background-color: #C87726;
}
.BgClassName
{
background-color: #C87726;
}
</style>
border-color css
<style>
span { border-color: #C87726; }
span { border-color: rgb(200,119,38); }
td.TdClassName
{
border-color: #C87726;
}
.TagClassName
{
border-color: #C87726;
}
</style>