Shades of Ochre #C97E10
Tints of Ochre #C97E10
RGB
CMYK
RGB Variations
Color information
#C97E10 (or 0xC97E10) is known color: Ochre. HEX triplet: C9, 7E and 10. RGB value is (201,126,16). Sum of RGB (Red+Green+Blue) = 201+126+16=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97E10 is #3681EF. Grayscale: #888888. Windows color (decimal): -3572208 or 1081033. OLE color: 1081033.
HSL color Cylindrical-coordinate representation of color #C97E10: hue angle of 35.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C97E10 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 16 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.21 |
| HSL | 35.68º | 0.85% | 0.43% | - |
| HSV(B) | 35.68º | 0.92% | 0.79% | - |
| XYZ | 31.64 | 27.38 | 4.11 | - |
| YUV | 135.89 | 60.35 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 16 | 0 | 0.37 | 0.92 | 0.21 | 35.68 | 0.85 | 0.43 |
| Hex | C9 | 7E | 10 | 0 | 25 | 5C | 15 | 24 | 55 | 2B |
| Octal | 311 | 176 | 20 | 0 | 45 | 134 | 25 | 44 | 125 | 53 |
| Binary | 11001001 | 1111110 | 10000 | 0 | 100101 | 1011100 | 10101 | 100100 | 1010101 | 101011 |
Color Harmonies of #C97E10
Complementary color
Monochromatic Colors of #C97E10
Black with #C97E10
Text Example
Text Example
White with #C97E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E10; }
p { color: rgb(201,126,16); }
H1.HeaderClassName
{
color: #C97E10;
}
.AnyTagClassName
{
color: #C97E10;
}
</style>
background-color css
<style>
a { background-color: #C97E10; }
a { background-color: rgb(201,126,16); }
div.DivClassName
{
background-color: #C97E10;
}
.BgClassName
{
background-color: #C97E10;
}
</style>
border-color css
<style>
span { border-color: #C97E10; }
span { border-color: rgb(201,126,16); }
td.TdClassName
{
border-color: #C97E10;
}
.TagClassName
{
border-color: #C97E10;
}
</style>