Shades of Ochre #C77108
Tints of Ochre #C77108
RGB
CMYK
RGB Variations
Color information
#C77108 (or 0xC77108) is known color: Ochre. HEX triplet: C7, 71 and 08. RGB value is (199,113,8). Sum of RGB (Red+Green+Blue) = 199+113+8=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C77108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77108 is #388EF7. Grayscale: #7F7F7F. Windows color (decimal): -3706616 or 553415. OLE color: 553415.
HSL color Cylindrical-coordinate representation of color #C77108: hue angle of 32.98º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C77108 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.22 |
| HSL | 32.98º | 0.92% | 0.41% | - |
| HSV(B) | 32.98º | 0.96% | 0.78% | - |
| XYZ | 29.5 | 23.97 | 3.3 | - |
| YUV | 126.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 8 | 0 | 0.43 | 0.96 | 0.22 | 32.98 | 0.92 | 0.41 |
| Hex | C7 | 71 | 8 | 0 | 2B | 60 | 16 | 21 | 5C | 29 |
| Octal | 307 | 161 | 10 | 0 | 53 | 140 | 26 | 41 | 134 | 51 |
| Binary | 11000111 | 1110001 | 1000 | 0 | 101011 | 1100000 | 10110 | 100001 | 1011100 | 101001 |
Color Harmonies of #C77108
Complementary color
Monochromatic Colors of #C77108
Black with #C77108
Text Example
Text Example
White with #C77108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77108; }
p { color: rgb(199,113,8); }
H1.HeaderClassName
{
color: #C77108;
}
.AnyTagClassName
{
color: #C77108;
}
</style>
background-color css
<style>
a { background-color: #C77108; }
a { background-color: rgb(199,113,8); }
div.DivClassName
{
background-color: #C77108;
}
.BgClassName
{
background-color: #C77108;
}
</style>
border-color css
<style>
span { border-color: #C77108; }
span { border-color: rgb(199,113,8); }
td.TdClassName
{
border-color: #C77108;
}
.TagClassName
{
border-color: #C77108;
}
</style>