Shades of Ochre #C8751F
Tints of Ochre #C8751F
RGB
CMYK
RGB Variations
Color information
#C8751F (or 0xC8751F) is known color: Ochre. HEX triplet: C8, 75 and 1F. RGB value is (200,117,31). Sum of RGB (Red+Green+Blue) = 200+117+31=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8751F is #378AE0. Grayscale: #848484. Windows color (decimal): -3640033 or 2061768. OLE color: 2061768.
HSL color Cylindrical-coordinate representation of color #C8751F: hue angle of 30.53º 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 #C8751F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 31 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.22 |
| HSL | 30.53º | 0.73% | 0.45% | - |
| HSV(B) | 30.53º | 0.85% | 0.78% | - |
| XYZ | 30.43 | 25.1 | 4.54 | - |
| YUV | 132.01 | 71 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 31 | 0 | 0.42 | 0.84 | 0.22 | 30.53 | 0.73 | 0.45 |
| Hex | C8 | 75 | 1F | 0 | 2A | 54 | 16 | 1F | 49 | 2D |
| Octal | 310 | 165 | 37 | 0 | 52 | 124 | 26 | 37 | 111 | 55 |
| Binary | 11001000 | 1110101 | 11111 | 0 | 101010 | 1010100 | 10110 | 11111 | 1001001 | 101101 |
Color Harmonies of #C8751F
Complementary color
Monochromatic Colors of #C8751F
Black with #C8751F
Text Example
Text Example
White with #C8751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8751F; }
p { color: rgb(200,117,31); }
H1.HeaderClassName
{
color: #C8751F;
}
.AnyTagClassName
{
color: #C8751F;
}
</style>
background-color css
<style>
a { background-color: #C8751F; }
a { background-color: rgb(200,117,31); }
div.DivClassName
{
background-color: #C8751F;
}
.BgClassName
{
background-color: #C8751F;
}
</style>
border-color css
<style>
span { border-color: #C8751F; }
span { border-color: rgb(200,117,31); }
td.TdClassName
{
border-color: #C8751F;
}
.TagClassName
{
border-color: #C8751F;
}
</style>