Shades of Ochre #C8721C
Tints of Ochre #C8721C
RGB
CMYK
RGB Variations
Color information
#C8721C (or 0xC8721C) is known color: Ochre. HEX triplet: C8, 72 and 1C. RGB value is (200,114,28). Sum of RGB (Red+Green+Blue) = 200+114+28=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8721C is #378DE3. Grayscale: #828282. Windows color (decimal): -3640804 or 1864392. OLE color: 1864392.
HSL color Cylindrical-coordinate representation of color #C8721C: hue angle of 30º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8721C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 28 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.22 |
| HSL | 30º | 0.75% | 0.45% | - |
| HSV(B) | 30º | 0.86% | 0.78% | - |
| XYZ | 30.05 | 24.4 | 4.22 | - |
| YUV | 129.91 | 70.49 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 28 | 0 | 0.43 | 0.86 | 0.22 | 30 | 0.75 | 0.45 |
| Hex | C8 | 72 | 1C | 0 | 2B | 56 | 16 | 1E | 4B | 2D |
| Octal | 310 | 162 | 34 | 0 | 53 | 126 | 26 | 36 | 113 | 55 |
| Binary | 11001000 | 1110010 | 11100 | 0 | 101011 | 1010110 | 10110 | 11110 | 1001011 | 101101 |
Color Harmonies of #C8721C
Complementary color
Monochromatic Colors of #C8721C
Black with #C8721C
Text Example
Text Example
White with #C8721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8721C; }
p { color: rgb(200,114,28); }
H1.HeaderClassName
{
color: #C8721C;
}
.AnyTagClassName
{
color: #C8721C;
}
</style>
background-color css
<style>
a { background-color: #C8721C; }
a { background-color: rgb(200,114,28); }
div.DivClassName
{
background-color: #C8721C;
}
.BgClassName
{
background-color: #C8721C;
}
</style>
border-color css
<style>
span { border-color: #C8721C; }
span { border-color: rgb(200,114,28); }
td.TdClassName
{
border-color: #C8721C;
}
.TagClassName
{
border-color: #C8721C;
}
</style>