Shades of Ochre #C88319
Tints of Ochre #C88319
RGB
CMYK
RGB Variations
Color information
#C88319 (or 0xC88319) is known color: Ochre. HEX triplet: C8, 83 and 19. RGB value is (200,131,25). Sum of RGB (Red+Green+Blue) = 200+131+25=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88319 is #377CE6. Grayscale: #8C8C8C. Windows color (decimal): -3636455 or 1672136. OLE color: 1672136.
HSL color Cylindrical-coordinate representation of color #C88319: hue angle of 36.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88319 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 25 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.22 |
| HSL | 36.34º | 0.78% | 0.44% | - |
| HSV(B) | 36.34º | 0.88% | 0.78% | - |
| XYZ | 32.11 | 28.58 | 4.74 | - |
| YUV | 139.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 25 | 0 | 0.34 | 0.88 | 0.22 | 36.34 | 0.78 | 0.44 |
| Hex | C8 | 83 | 19 | 0 | 22 | 58 | 16 | 24 | 4E | 2C |
| Octal | 310 | 203 | 31 | 0 | 42 | 130 | 26 | 44 | 116 | 54 |
| Binary | 11001000 | 10000011 | 11001 | 0 | 100010 | 1011000 | 10110 | 100100 | 1001110 | 101100 |
Color Harmonies of #C88319
Complementary color
Monochromatic Colors of #C88319
Black with #C88319
Text Example
Text Example
White with #C88319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88319; }
p { color: rgb(200,131,25); }
H1.HeaderClassName
{
color: #C88319;
}
.AnyTagClassName
{
color: #C88319;
}
</style>
background-color css
<style>
a { background-color: #C88319; }
a { background-color: rgb(200,131,25); }
div.DivClassName
{
background-color: #C88319;
}
.BgClassName
{
background-color: #C88319;
}
</style>
border-color css
<style>
span { border-color: #C88319; }
span { border-color: rgb(200,131,25); }
td.TdClassName
{
border-color: #C88319;
}
.TagClassName
{
border-color: #C88319;
}
</style>