Shades of Ochre #C1801B
Tints of Ochre #C1801B
RGB
CMYK
RGB Variations
Color information
#C1801B (or 0xC1801B) is known color: Ochre. HEX triplet: C1, 80 and 1B. RGB value is (193,128,27). Sum of RGB (Red+Green+Blue) = 193+128+27=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C1801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1801B is #3E7FE4. Grayscale: #888888. Windows color (decimal): -4095973 or 1802433. OLE color: 1802433.
HSL color Cylindrical-coordinate representation of color #C1801B: hue angle of 36.51º degrees, saturation: 0.75, 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 #C1801B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.24 |
| HSL | 36.51º | 0.75% | 0.43% | - |
| HSV(B) | 36.51º | 0.86% | 0.76% | - |
| XYZ | 29.91 | 26.85 | 4.64 | - |
| YUV | 135.92 | 66.53 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 27 | 0 | 0.34 | 0.86 | 0.24 | 36.51 | 0.75 | 0.43 |
| Hex | C1 | 80 | 1B | 0 | 22 | 56 | 18 | 25 | 4B | 2B |
| Octal | 301 | 200 | 33 | 0 | 42 | 126 | 30 | 45 | 113 | 53 |
| Binary | 11000001 | 10000000 | 11011 | 0 | 100010 | 1010110 | 11000 | 100101 | 1001011 | 101011 |
Color Harmonies of #C1801B
Complementary color
Monochromatic Colors of #C1801B
Black with #C1801B
Text Example
Text Example
White with #C1801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1801B; }
p { color: rgb(193,128,27); }
H1.HeaderClassName
{
color: #C1801B;
}
.AnyTagClassName
{
color: #C1801B;
}
</style>
background-color css
<style>
a { background-color: #C1801B; }
a { background-color: rgb(193,128,27); }
div.DivClassName
{
background-color: #C1801B;
}
.BgClassName
{
background-color: #C1801B;
}
</style>
border-color css
<style>
span { border-color: #C1801B; }
span { border-color: rgb(193,128,27); }
td.TdClassName
{
border-color: #C1801B;
}
.TagClassName
{
border-color: #C1801B;
}
</style>