Shades of Ochre #C87D1F
Tints of Ochre #C87D1F
RGB
CMYK
RGB Variations
Color information
#C87D1F (or 0xC87D1F) is known color: Ochre. HEX triplet: C8, 7D and 1F. RGB value is (200,125,31). Sum of RGB (Red+Green+Blue) = 200+125+31=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D1F is #3782E0. Grayscale: #898989. Windows color (decimal): -3637985 or 2063816. OLE color: 2063816.
HSL color Cylindrical-coordinate representation of color #C87D1F: hue angle of 33.37º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C87D1F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 31 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.22 |
| HSL | 33.37º | 0.73% | 0.45% | - |
| HSV(B) | 33.37º | 0.85% | 0.78% | - |
| XYZ | 31.4 | 27.05 | 4.86 | - |
| YUV | 136.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 31 | 0 | 0.38 | 0.84 | 0.22 | 33.37 | 0.73 | 0.45 |
| Hex | C8 | 7D | 1F | 0 | 26 | 54 | 16 | 21 | 49 | 2D |
| Octal | 310 | 175 | 37 | 0 | 46 | 124 | 26 | 41 | 111 | 55 |
| Binary | 11001000 | 1111101 | 11111 | 0 | 100110 | 1010100 | 10110 | 100001 | 1001001 | 101101 |
Color Harmonies of #C87D1F
Complementary color
Monochromatic Colors of #C87D1F
Black with #C87D1F
Text Example
Text Example
White with #C87D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D1F; }
p { color: rgb(200,125,31); }
H1.HeaderClassName
{
color: #C87D1F;
}
.AnyTagClassName
{
color: #C87D1F;
}
</style>
background-color css
<style>
a { background-color: #C87D1F; }
a { background-color: rgb(200,125,31); }
div.DivClassName
{
background-color: #C87D1F;
}
.BgClassName
{
background-color: #C87D1F;
}
</style>
border-color css
<style>
span { border-color: #C87D1F; }
span { border-color: rgb(200,125,31); }
td.TdClassName
{
border-color: #C87D1F;
}
.TagClassName
{
border-color: #C87D1F;
}
</style>