Shades of Ochre #C8722D
Tints of Ochre #C8722D
RGB
CMYK
RGB Variations
Color information
#C8722D (or 0xC8722D) is known color: Ochre. HEX triplet: C8, 72 and 2D. RGB value is (200,114,45). Sum of RGB (Red+Green+Blue) = 200+114+45=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8722D is #378DD2. Grayscale: #848484. Windows color (decimal): -3640787 or 2978504. OLE color: 2978504.
HSL color Cylindrical-coordinate representation of color #C8722D: hue angle of 26.71º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8722D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.22 |
| HSL | 26.71º | 0.63% | 0.48% | - |
| HSV(B) | 26.71º | 0.78% | 0.78% | - |
| XYZ | 30.31 | 24.5 | 5.61 | - |
| YUV | 131.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 45 | 0 | 0.43 | 0.78 | 0.22 | 26.71 | 0.63 | 0.48 |
| Hex | C8 | 72 | 2D | 0 | 2B | 4E | 16 | 1B | 3F | 30 |
| Octal | 310 | 162 | 55 | 0 | 53 | 116 | 26 | 33 | 77 | 60 |
| Binary | 11001000 | 1110010 | 101101 | 0 | 101011 | 1001110 | 10110 | 11011 | 111111 | 110000 |
Color Harmonies of #C8722D
Complementary color
Monochromatic Colors of #C8722D
Black with #C8722D
Text Example
Text Example
White with #C8722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8722D; }
p { color: rgb(200,114,45); }
H1.HeaderClassName
{
color: #C8722D;
}
.AnyTagClassName
{
color: #C8722D;
}
</style>
background-color css
<style>
a { background-color: #C8722D; }
a { background-color: rgb(200,114,45); }
div.DivClassName
{
background-color: #C8722D;
}
.BgClassName
{
background-color: #C8722D;
}
</style>
border-color css
<style>
span { border-color: #C8722D; }
span { border-color: rgb(200,114,45); }
td.TdClassName
{
border-color: #C8722D;
}
.TagClassName
{
border-color: #C8722D;
}
</style>