Shades of Ochre #C87C29
Tints of Ochre #C87C29
RGB
CMYK
RGB Variations
Color information
#C87C29 (or 0xC87C29) is known color: Ochre. HEX triplet: C8, 7C and 29. RGB value is (200,124,41). Sum of RGB (Red+Green+Blue) = 200+124+41=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C29 is #3783D6. Grayscale: #898989. Windows color (decimal): -3638231 or 2718920. OLE color: 2718920.
HSL color Cylindrical-coordinate representation of color #C87C29: hue angle of 31.32º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C87C29 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 41 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.22 |
| HSL | 31.32º | 0.66% | 0.47% | - |
| HSV(B) | 31.32º | 0.8% | 0.78% | - |
| XYZ | 31.43 | 26.85 | 5.62 | - |
| YUV | 137.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 41 | 0 | 0.38 | 0.80 | 0.22 | 31.32 | 0.66 | 0.47 |
| Hex | C8 | 7C | 29 | 0 | 26 | 50 | 16 | 1F | 42 | 2F |
| Octal | 310 | 174 | 51 | 0 | 46 | 120 | 26 | 37 | 102 | 57 |
| Binary | 11001000 | 1111100 | 101001 | 0 | 100110 | 1010000 | 10110 | 11111 | 1000010 | 101111 |
Color Harmonies of #C87C29
Complementary color
Monochromatic Colors of #C87C29
Black with #C87C29
Text Example
Text Example
White with #C87C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C29; }
p { color: rgb(200,124,41); }
H1.HeaderClassName
{
color: #C87C29;
}
.AnyTagClassName
{
color: #C87C29;
}
</style>
background-color css
<style>
a { background-color: #C87C29; }
a { background-color: rgb(200,124,41); }
div.DivClassName
{
background-color: #C87C29;
}
.BgClassName
{
background-color: #C87C29;
}
</style>
border-color css
<style>
span { border-color: #C87C29; }
span { border-color: rgb(200,124,41); }
td.TdClassName
{
border-color: #C87C29;
}
.TagClassName
{
border-color: #C87C29;
}
</style>