Shades of Ochre #C7801D
Tints of Ochre #C7801D
RGB
CMYK
RGB Variations
Color information
#C7801D (or 0xC7801D) is known color: Ochre. HEX triplet: C7, 80 and 1D. RGB value is (199,128,29). Sum of RGB (Red+Green+Blue) = 199+128+29=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7801D is #387FE2. Grayscale: #8A8A8A. Windows color (decimal): -3702755 or 1933511. OLE color: 1933511.
HSL color Cylindrical-coordinate representation of color #C7801D: hue angle of 34.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7801D is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 29 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.22 |
| HSL | 34.94º | 0.75% | 0.45% | - |
| HSV(B) | 34.94º | 0.85% | 0.78% | - |
| XYZ | 31.49 | 27.67 | 4.84 | - |
| YUV | 137.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 29 | 0 | 0.36 | 0.85 | 0.22 | 34.94 | 0.75 | 0.45 |
| Hex | C7 | 80 | 1D | 0 | 24 | 55 | 16 | 23 | 4B | 2D |
| Octal | 307 | 200 | 35 | 0 | 44 | 125 | 26 | 43 | 113 | 55 |
| Binary | 11000111 | 10000000 | 11101 | 0 | 100100 | 1010101 | 10110 | 100011 | 1001011 | 101101 |
Color Harmonies of #C7801D
Complementary color
Monochromatic Colors of #C7801D
Black with #C7801D
Text Example
Text Example
White with #C7801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7801D; }
p { color: rgb(199,128,29); }
H1.HeaderClassName
{
color: #C7801D;
}
.AnyTagClassName
{
color: #C7801D;
}
</style>
background-color css
<style>
a { background-color: #C7801D; }
a { background-color: rgb(199,128,29); }
div.DivClassName
{
background-color: #C7801D;
}
.BgClassName
{
background-color: #C7801D;
}
</style>
border-color css
<style>
span { border-color: #C7801D; }
span { border-color: rgb(199,128,29); }
td.TdClassName
{
border-color: #C7801D;
}
.TagClassName
{
border-color: #C7801D;
}
</style>