Shades of Ochre #C88619
Tints of Ochre #C88619
RGB
CMYK
RGB Variations
Color information
#C88619 (or 0xC88619) is known color: Ochre. HEX triplet: C8, 86 and 19. RGB value is (200,134,25). Sum of RGB (Red+Green+Blue) = 200+134+25=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C88619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88619 is #3779E6. Grayscale: #8D8D8D. Windows color (decimal): -3635687 or 1672904. OLE color: 1672904.
HSL color Cylindrical-coordinate representation of color #C88619: hue angle of 37.37º 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 #C88619 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 134 | 25 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.22 |
| HSL | 37.37º | 0.78% | 0.44% | - |
| HSV(B) | 37.37º | 0.88% | 0.78% | - |
| XYZ | 32.52 | 29.4 | 4.88 | - |
| YUV | 141.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 134 | 25 | 0 | 0.33 | 0.88 | 0.22 | 37.37 | 0.78 | 0.44 |
| Hex | C8 | 86 | 19 | 0 | 21 | 58 | 16 | 25 | 4E | 2C |
| Octal | 310 | 206 | 31 | 0 | 41 | 130 | 26 | 45 | 116 | 54 |
| Binary | 11001000 | 10000110 | 11001 | 0 | 100001 | 1011000 | 10110 | 100101 | 1001110 | 101100 |
Color Harmonies of #C88619
Complementary color
Monochromatic Colors of #C88619
Black with #C88619
Text Example
Text Example
White with #C88619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88619; }
p { color: rgb(200,134,25); }
H1.HeaderClassName
{
color: #C88619;
}
.AnyTagClassName
{
color: #C88619;
}
</style>
background-color css
<style>
a { background-color: #C88619; }
a { background-color: rgb(200,134,25); }
div.DivClassName
{
background-color: #C88619;
}
.BgClassName
{
background-color: #C88619;
}
</style>
border-color css
<style>
span { border-color: #C88619; }
span { border-color: rgb(200,134,25); }
td.TdClassName
{
border-color: #C88619;
}
.TagClassName
{
border-color: #C88619;
}
</style>