Shades of Ochre #C7701A
Tints of Ochre #C7701A
RGB
CMYK
RGB Variations
Color information
#C7701A (or 0xC7701A) is known color: Ochre. HEX triplet: C7, 70 and 1A. RGB value is (199,112,26). Sum of RGB (Red+Green+Blue) = 199+112+26=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7701A is #388FE5. Grayscale: #808080. Windows color (decimal): -3706854 or 1732807. OLE color: 1732807.
HSL color Cylindrical-coordinate representation of color #C7701A: hue angle of 29.83º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7701A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 26 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.22 |
| HSL | 29.83º | 0.77% | 0.44% | - |
| HSV(B) | 29.83º | 0.87% | 0.78% | - |
| XYZ | 29.53 | 23.81 | 4.02 | - |
| YUV | 128.21 | 70.32 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 26 | 0 | 0.44 | 0.87 | 0.22 | 29.83 | 0.77 | 0.44 |
| Hex | C7 | 70 | 1A | 0 | 2C | 57 | 16 | 1E | 4D | 2C |
| Octal | 307 | 160 | 32 | 0 | 54 | 127 | 26 | 36 | 115 | 54 |
| Binary | 11000111 | 1110000 | 11010 | 0 | 101100 | 1010111 | 10110 | 11110 | 1001101 | 101100 |
Color Harmonies of #C7701A
Complementary color
Monochromatic Colors of #C7701A
Black with #C7701A
Text Example
Text Example
White with #C7701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7701A; }
p { color: rgb(199,112,26); }
H1.HeaderClassName
{
color: #C7701A;
}
.AnyTagClassName
{
color: #C7701A;
}
</style>
background-color css
<style>
a { background-color: #C7701A; }
a { background-color: rgb(199,112,26); }
div.DivClassName
{
background-color: #C7701A;
}
.BgClassName
{
background-color: #C7701A;
}
</style>
border-color css
<style>
span { border-color: #C7701A; }
span { border-color: rgb(199,112,26); }
td.TdClassName
{
border-color: #C7701A;
}
.TagClassName
{
border-color: #C7701A;
}
</style>