Shades of Ochre #C7710A
Tints of Ochre #C7710A
RGB
CMYK
RGB Variations
Color information
#C7710A (or 0xC7710A) is known color: Ochre. HEX triplet: C7, 71 and 0A. RGB value is (199,113,10). Sum of RGB (Red+Green+Blue) = 199+113+10=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7710A is #388EF5. Grayscale: #7F7F7F. Windows color (decimal): -3706614 or 684487. OLE color: 684487.
HSL color Cylindrical-coordinate representation of color #C7710A: hue angle of 32.7º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7710A is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 10 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.22 |
| HSL | 32.7º | 0.9% | 0.41% | - |
| HSV(B) | 32.7º | 0.95% | 0.78% | - |
| XYZ | 29.51 | 23.97 | 3.36 | - |
| YUV | 126.97 | 61.99 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 10 | 0 | 0.43 | 0.95 | 0.22 | 32.7 | 0.9 | 0.41 |
| Hex | C7 | 71 | A | 0 | 2B | 5F | 16 | 21 | 5A | 29 |
| Octal | 307 | 161 | 12 | 0 | 53 | 137 | 26 | 41 | 132 | 51 |
| Binary | 11000111 | 1110001 | 1010 | 0 | 101011 | 1011111 | 10110 | 100001 | 1011010 | 101001 |
Color Harmonies of #C7710A
Complementary color
Monochromatic Colors of #C7710A
Black with #C7710A
Text Example
Text Example
White with #C7710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7710A; }
p { color: rgb(199,113,10); }
H1.HeaderClassName
{
color: #C7710A;
}
.AnyTagClassName
{
color: #C7710A;
}
</style>
background-color css
<style>
a { background-color: #C7710A; }
a { background-color: rgb(199,113,10); }
div.DivClassName
{
background-color: #C7710A;
}
.BgClassName
{
background-color: #C7710A;
}
</style>
border-color css
<style>
span { border-color: #C7710A; }
span { border-color: rgb(199,113,10); }
td.TdClassName
{
border-color: #C7710A;
}
.TagClassName
{
border-color: #C7710A;
}
</style>