Shades of Ochre #C9750E
Tints of Ochre #C9750E
RGB
CMYK
RGB Variations
Color information
#C9750E (or 0xC9750E) is known color: Ochre. HEX triplet: C9, 75 and 0E. RGB value is (201,117,14). Sum of RGB (Red+Green+Blue) = 201+117+14=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9750E is #368AF1. Grayscale: #828282. Windows color (decimal): -3574514 or 947657. OLE color: 947657.
HSL color Cylindrical-coordinate representation of color #C9750E: hue angle of 33.05º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9750E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.21 |
| HSL | 33.05º | 0.87% | 0.42% | - |
| HSV(B) | 33.05º | 0.93% | 0.79% | - |
| XYZ | 30.53 | 25.17 | 3.67 | - |
| YUV | 130.37 | 62.33 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 14 | 0 | 0.42 | 0.93 | 0.21 | 33.05 | 0.87 | 0.42 |
| Hex | C9 | 75 | E | 0 | 2A | 5D | 15 | 21 | 57 | 2A |
| Octal | 311 | 165 | 16 | 0 | 52 | 135 | 25 | 41 | 127 | 52 |
| Binary | 11001001 | 1110101 | 1110 | 0 | 101010 | 1011101 | 10101 | 100001 | 1010111 | 101010 |
Color Harmonies of #C9750E
Complementary color
Monochromatic Colors of #C9750E
Black with #C9750E
Text Example
Text Example
White with #C9750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9750E; }
p { color: rgb(201,117,14); }
H1.HeaderClassName
{
color: #C9750E;
}
.AnyTagClassName
{
color: #C9750E;
}
</style>
background-color css
<style>
a { background-color: #C9750E; }
a { background-color: rgb(201,117,14); }
div.DivClassName
{
background-color: #C9750E;
}
.BgClassName
{
background-color: #C9750E;
}
</style>
border-color css
<style>
span { border-color: #C9750E; }
span { border-color: rgb(201,117,14); }
td.TdClassName
{
border-color: #C9750E;
}
.TagClassName
{
border-color: #C9750E;
}
</style>