Shades of Ochre #C88719
Tints of Ochre #C88719
RGB
CMYK
RGB Variations
Color information
#C88719 (or 0xC88719) is known color: Ochre. HEX triplet: C8, 87 and 19. RGB value is (200,135,25). Sum of RGB (Red+Green+Blue) = 200+135+25=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C88719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88719 is #3778E6. Grayscale: #8E8E8E. Windows color (decimal): -3635431 or 1673160. OLE color: 1673160.
HSL color Cylindrical-coordinate representation of color #C88719: hue angle of 37.71º 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 #C88719 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 25 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.22 |
| HSL | 37.71º | 0.78% | 0.44% | - |
| HSV(B) | 37.71º | 0.88% | 0.78% | - |
| XYZ | 32.66 | 29.68 | 4.93 | - |
| YUV | 141.9 | 62.03 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 25 | 0 | 0.32 | 0.88 | 0.22 | 37.71 | 0.78 | 0.44 |
| Hex | C8 | 87 | 19 | 0 | 20 | 58 | 16 | 26 | 4E | 2C |
| Octal | 310 | 207 | 31 | 0 | 40 | 130 | 26 | 46 | 116 | 54 |
| Binary | 11001000 | 10000111 | 11001 | 0 | 100000 | 1011000 | 10110 | 100110 | 1001110 | 101100 |
Color Harmonies of #C88719
Complementary color
Monochromatic Colors of #C88719
Black with #C88719
Text Example
Text Example
White with #C88719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88719; }
p { color: rgb(200,135,25); }
H1.HeaderClassName
{
color: #C88719;
}
.AnyTagClassName
{
color: #C88719;
}
</style>
background-color css
<style>
a { background-color: #C88719; }
a { background-color: rgb(200,135,25); }
div.DivClassName
{
background-color: #C88719;
}
.BgClassName
{
background-color: #C88719;
}
</style>
border-color css
<style>
span { border-color: #C88719; }
span { border-color: rgb(200,135,25); }
td.TdClassName
{
border-color: #C88719;
}
.TagClassName
{
border-color: #C88719;
}
</style>