Shades of Ochre #C88517
Tints of Ochre #C88517
RGB
CMYK
RGB Variations
Color information
#C88517 (or 0xC88517) is known color: Ochre. HEX triplet: C8, 85 and 17. RGB value is (200,133,23). Sum of RGB (Red+Green+Blue) = 200+133+23=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88517 is #377AE8. Grayscale: #8D8D8D. Windows color (decimal): -3635945 or 1541576. OLE color: 1541576.
HSL color Cylindrical-coordinate representation of color #C88517: hue angle of 37.29º degrees, saturation: 0.79, 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 #C88517 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 23 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.22 |
| HSL | 37.29º | 0.79% | 0.44% | - |
| HSV(B) | 37.29º | 0.89% | 0.78% | - |
| XYZ | 32.36 | 29.12 | 4.72 | - |
| YUV | 140.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 23 | 0 | 0.34 | 0.88 | 0.22 | 37.29 | 0.79 | 0.44 |
| Hex | C8 | 85 | 17 | 0 | 22 | 58 | 16 | 25 | 4F | 2C |
| Octal | 310 | 205 | 27 | 0 | 42 | 130 | 26 | 45 | 117 | 54 |
| Binary | 11001000 | 10000101 | 10111 | 0 | 100010 | 1011000 | 10110 | 100101 | 1001111 | 101100 |
Color Harmonies of #C88517
Complementary color
Monochromatic Colors of #C88517
Black with #C88517
Text Example
Text Example
White with #C88517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88517; }
p { color: rgb(200,133,23); }
H1.HeaderClassName
{
color: #C88517;
}
.AnyTagClassName
{
color: #C88517;
}
</style>
background-color css
<style>
a { background-color: #C88517; }
a { background-color: rgb(200,133,23); }
div.DivClassName
{
background-color: #C88517;
}
.BgClassName
{
background-color: #C88517;
}
</style>
border-color css
<style>
span { border-color: #C88517; }
span { border-color: rgb(200,133,23); }
td.TdClassName
{
border-color: #C88517;
}
.TagClassName
{
border-color: #C88517;
}
</style>