Shades of Ochre #C88013
Tints of Ochre #C88013
RGB
CMYK
RGB Variations
Color information
#C88013 (or 0xC88013) is known color: Ochre. HEX triplet: C8, 80 and 13. RGB value is (200,128,19). Sum of RGB (Red+Green+Blue) = 200+128+19=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C88013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88013 is #377FEC. Grayscale: #898989. Windows color (decimal): -3637229 or 1278152. OLE color: 1278152.
HSL color Cylindrical-coordinate representation of color #C88013: hue angle of 36.13º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C88013 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 19 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.22 |
| HSL | 36.13º | 0.83% | 0.43% | - |
| HSV(B) | 36.13º | 0.91% | 0.78% | - |
| XYZ | 31.66 | 27.76 | 4.31 | - |
| YUV | 137.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 19 | 0 | 0.36 | 0.90 | 0.22 | 36.13 | 0.83 | 0.43 |
| Hex | C8 | 80 | 13 | 0 | 24 | 5A | 16 | 24 | 53 | 2B |
| Octal | 310 | 200 | 23 | 0 | 44 | 132 | 26 | 44 | 123 | 53 |
| Binary | 11001000 | 10000000 | 10011 | 0 | 100100 | 1011010 | 10110 | 100100 | 1010011 | 101011 |
Color Harmonies of #C88013
Complementary color
Monochromatic Colors of #C88013
Black with #C88013
Text Example
Text Example
White with #C88013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88013; }
p { color: rgb(200,128,19); }
H1.HeaderClassName
{
color: #C88013;
}
.AnyTagClassName
{
color: #C88013;
}
</style>
background-color css
<style>
a { background-color: #C88013; }
a { background-color: rgb(200,128,19); }
div.DivClassName
{
background-color: #C88013;
}
.BgClassName
{
background-color: #C88013;
}
</style>
border-color css
<style>
span { border-color: #C88013; }
span { border-color: rgb(200,128,19); }
td.TdClassName
{
border-color: #C88013;
}
.TagClassName
{
border-color: #C88013;
}
</style>