Shades of Ochre #C2801B
Tints of Ochre #C2801B
RGB
CMYK
RGB Variations
Color information
#C2801B (or 0xC2801B) is known color: Ochre. HEX triplet: C2, 80 and 1B. RGB value is (194,128,27). Sum of RGB (Red+Green+Blue) = 194+128+27=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2801B is #3D7FE4. Grayscale: #888888. Windows color (decimal): -4030437 or 1802434. OLE color: 1802434.
HSL color Cylindrical-coordinate representation of color #C2801B: hue angle of 36.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2801B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.24 |
| HSL | 36.29º | 0.76% | 0.43% | - |
| HSV(B) | 36.29º | 0.86% | 0.76% | - |
| XYZ | 30.17 | 26.99 | 4.66 | - |
| YUV | 136.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 27 | 0 | 0.34 | 0.86 | 0.24 | 36.29 | 0.76 | 0.43 |
| Hex | C2 | 80 | 1B | 0 | 22 | 56 | 18 | 24 | 4C | 2B |
| Octal | 302 | 200 | 33 | 0 | 42 | 126 | 30 | 44 | 114 | 53 |
| Binary | 11000010 | 10000000 | 11011 | 0 | 100010 | 1010110 | 11000 | 100100 | 1001100 | 101011 |
Color Harmonies of #C2801B
Complementary color
Monochromatic Colors of #C2801B
Black with #C2801B
Text Example
Text Example
White with #C2801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2801B; }
p { color: rgb(194,128,27); }
H1.HeaderClassName
{
color: #C2801B;
}
.AnyTagClassName
{
color: #C2801B;
}
</style>
background-color css
<style>
a { background-color: #C2801B; }
a { background-color: rgb(194,128,27); }
div.DivClassName
{
background-color: #C2801B;
}
.BgClassName
{
background-color: #C2801B;
}
</style>
border-color css
<style>
span { border-color: #C2801B; }
span { border-color: rgb(194,128,27); }
td.TdClassName
{
border-color: #C2801B;
}
.TagClassName
{
border-color: #C2801B;
}
</style>