Shades of Ochre #C8801B
Tints of Ochre #C8801B
RGB
CMYK
RGB Variations
Color information
#C8801B (or 0xC8801B) is known color: Ochre. HEX triplet: C8, 80 and 1B. RGB value is (200,128,27). Sum of RGB (Red+Green+Blue) = 200+128+27=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8801B is #377FE4. Grayscale: #8A8A8A. Windows color (decimal): -3637221 or 1802440. OLE color: 1802440.
HSL color Cylindrical-coordinate representation of color #C8801B: hue angle of 35.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8801B is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 27 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.22 |
| HSL | 35.03º | 0.76% | 0.45% | - |
| HSV(B) | 35.03º | 0.87% | 0.78% | - |
| XYZ | 31.74 | 27.8 | 4.73 | - |
| YUV | 138.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 27 | 0 | 0.36 | 0.86 | 0.22 | 35.03 | 0.76 | 0.45 |
| Hex | C8 | 80 | 1B | 0 | 24 | 56 | 16 | 23 | 4C | 2D |
| Octal | 310 | 200 | 33 | 0 | 44 | 126 | 26 | 43 | 114 | 55 |
| Binary | 11001000 | 10000000 | 11011 | 0 | 100100 | 1010110 | 10110 | 100011 | 1001100 | 101101 |
Color Harmonies of #C8801B
Complementary color
Monochromatic Colors of #C8801B
Black with #C8801B
Text Example
Text Example
White with #C8801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8801B; }
p { color: rgb(200,128,27); }
H1.HeaderClassName
{
color: #C8801B;
}
.AnyTagClassName
{
color: #C8801B;
}
</style>
background-color css
<style>
a { background-color: #C8801B; }
a { background-color: rgb(200,128,27); }
div.DivClassName
{
background-color: #C8801B;
}
.BgClassName
{
background-color: #C8801B;
}
</style>
border-color css
<style>
span { border-color: #C8801B; }
span { border-color: rgb(200,128,27); }
td.TdClassName
{
border-color: #C8801B;
}
.TagClassName
{
border-color: #C8801B;
}
</style>