Shades of Ochre #C4801E
Tints of Ochre #C4801E
RGB
CMYK
RGB Variations
Color information
#C4801E (or 0xC4801E) is known color: Ochre. HEX triplet: C4, 80 and 1E. RGB value is (196,128,30). Sum of RGB (Red+Green+Blue) = 196+128+30=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4801E is #3B7FE1. Grayscale: #898989. Windows color (decimal): -3899362 or 1999044. OLE color: 1999044.
HSL color Cylindrical-coordinate representation of color #C4801E: hue angle of 35.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4801E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 30 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.23 |
| HSL | 35.42º | 0.73% | 0.44% | - |
| HSV(B) | 35.42º | 0.85% | 0.77% | - |
| XYZ | 30.72 | 27.27 | 4.87 | - |
| YUV | 137.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 30 | 0 | 0.35 | 0.85 | 0.23 | 35.42 | 0.73 | 0.44 |
| Hex | C4 | 80 | 1E | 0 | 23 | 55 | 17 | 23 | 49 | 2C |
| Octal | 304 | 200 | 36 | 0 | 43 | 125 | 27 | 43 | 111 | 54 |
| Binary | 11000100 | 10000000 | 11110 | 0 | 100011 | 1010101 | 10111 | 100011 | 1001001 | 101100 |
Color Harmonies of #C4801E
Complementary color
Monochromatic Colors of #C4801E
Black with #C4801E
Text Example
Text Example
White with #C4801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4801E; }
p { color: rgb(196,128,30); }
H1.HeaderClassName
{
color: #C4801E;
}
.AnyTagClassName
{
color: #C4801E;
}
</style>
background-color css
<style>
a { background-color: #C4801E; }
a { background-color: rgb(196,128,30); }
div.DivClassName
{
background-color: #C4801E;
}
.BgClassName
{
background-color: #C4801E;
}
</style>
border-color css
<style>
span { border-color: #C4801E; }
span { border-color: rgb(196,128,30); }
td.TdClassName
{
border-color: #C4801E;
}
.TagClassName
{
border-color: #C4801E;
}
</style>