Shades of Ochre #C87B19
Tints of Ochre #C87B19
RGB
CMYK
RGB Variations
Color information
#C87B19 (or 0xC87B19) is known color: Ochre. HEX triplet: C8, 7B and 19. RGB value is (200,123,25). Sum of RGB (Red+Green+Blue) = 200+123+25=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87B19 is #3784E6. Grayscale: #878787. Windows color (decimal): -3638503 or 1670088. OLE color: 1670088.
HSL color Cylindrical-coordinate representation of color #C87B19: hue angle of 33.6º 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 #C87B19 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 25 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.22 |
| HSL | 33.6º | 0.78% | 0.44% | - |
| HSV(B) | 33.6º | 0.88% | 0.78% | - |
| XYZ | 31.08 | 26.52 | 4.4 | - |
| YUV | 134.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 25 | 0 | 0.38 | 0.88 | 0.22 | 33.6 | 0.78 | 0.44 |
| Hex | C8 | 7B | 19 | 0 | 26 | 58 | 16 | 22 | 4E | 2C |
| Octal | 310 | 173 | 31 | 0 | 46 | 130 | 26 | 42 | 116 | 54 |
| Binary | 11001000 | 1111011 | 11001 | 0 | 100110 | 1011000 | 10110 | 100010 | 1001110 | 101100 |
Color Harmonies of #C87B19
Complementary color
Monochromatic Colors of #C87B19
Black with #C87B19
Text Example
Text Example
White with #C87B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B19; }
p { color: rgb(200,123,25); }
H1.HeaderClassName
{
color: #C87B19;
}
.AnyTagClassName
{
color: #C87B19;
}
</style>
background-color css
<style>
a { background-color: #C87B19; }
a { background-color: rgb(200,123,25); }
div.DivClassName
{
background-color: #C87B19;
}
.BgClassName
{
background-color: #C87B19;
}
</style>
border-color css
<style>
span { border-color: #C87B19; }
span { border-color: rgb(200,123,25); }
td.TdClassName
{
border-color: #C87B19;
}
.TagClassName
{
border-color: #C87B19;
}
</style>