Shades of Ochre #C87D1A
Tints of Ochre #C87D1A
RGB
CMYK
RGB Variations
Color information
#C87D1A (or 0xC87D1A) is known color: Ochre. HEX triplet: C8, 7D and 1A. RGB value is (200,125,26). Sum of RGB (Red+Green+Blue) = 200+125+26=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D1A is #3782E5. Grayscale: #888888. Windows color (decimal): -3637990 or 1736136. OLE color: 1736136.
HSL color Cylindrical-coordinate representation of color #C87D1A: hue angle of 34.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C87D1A is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 26 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.22 |
| HSL | 34.14º | 0.77% | 0.44% | - |
| HSV(B) | 34.14º | 0.87% | 0.78% | - |
| XYZ | 31.34 | 27.02 | 4.54 | - |
| YUV | 136.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 26 | 0 | 0.38 | 0.87 | 0.22 | 34.14 | 0.77 | 0.44 |
| Hex | C8 | 7D | 1A | 0 | 26 | 57 | 16 | 22 | 4D | 2C |
| Octal | 310 | 175 | 32 | 0 | 46 | 127 | 26 | 42 | 115 | 54 |
| Binary | 11001000 | 1111101 | 11010 | 0 | 100110 | 1010111 | 10110 | 100010 | 1001101 | 101100 |
Color Harmonies of #C87D1A
Complementary color
Monochromatic Colors of #C87D1A
Black with #C87D1A
Text Example
Text Example
White with #C87D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D1A; }
p { color: rgb(200,125,26); }
H1.HeaderClassName
{
color: #C87D1A;
}
.AnyTagClassName
{
color: #C87D1A;
}
</style>
background-color css
<style>
a { background-color: #C87D1A; }
a { background-color: rgb(200,125,26); }
div.DivClassName
{
background-color: #C87D1A;
}
.BgClassName
{
background-color: #C87D1A;
}
</style>
border-color css
<style>
span { border-color: #C87D1A; }
span { border-color: rgb(200,125,26); }
td.TdClassName
{
border-color: #C87D1A;
}
.TagClassName
{
border-color: #C87D1A;
}
</style>