Shades of Ochre #C97C10
Tints of Ochre #C97C10
RGB
CMYK
RGB Variations
Color information
#C97C10 (or 0xC97C10) is known color: Ochre. HEX triplet: C9, 7C and 10. RGB value is (201,124,16). Sum of RGB (Red+Green+Blue) = 201+124+16=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97C10 is #3683EF. Grayscale: #878787. Windows color (decimal): -3572720 or 1080521. OLE color: 1080521.
HSL color Cylindrical-coordinate representation of color #C97C10: hue angle of 35.03º 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 #C97C10 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.21 |
| HSL | 35.03º | 0.85% | 0.43% | - |
| HSV(B) | 35.03º | 0.92% | 0.79% | - |
| XYZ | 31.39 | 26.87 | 4.02 | - |
| YUV | 134.71 | 61.01 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 16 | 0 | 0.38 | 0.92 | 0.21 | 35.03 | 0.85 | 0.43 |
| Hex | C9 | 7C | 10 | 0 | 26 | 5C | 15 | 23 | 55 | 2B |
| Octal | 311 | 174 | 20 | 0 | 46 | 134 | 25 | 43 | 125 | 53 |
| Binary | 11001001 | 1111100 | 10000 | 0 | 100110 | 1011100 | 10101 | 100011 | 1010101 | 101011 |
Color Harmonies of #C97C10
Complementary color
Monochromatic Colors of #C97C10
Black with #C97C10
Text Example
Text Example
White with #C97C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C10; }
p { color: rgb(201,124,16); }
H1.HeaderClassName
{
color: #C97C10;
}
.AnyTagClassName
{
color: #C97C10;
}
</style>
background-color css
<style>
a { background-color: #C97C10; }
a { background-color: rgb(201,124,16); }
div.DivClassName
{
background-color: #C97C10;
}
.BgClassName
{
background-color: #C97C10;
}
</style>
border-color css
<style>
span { border-color: #C97C10; }
span { border-color: rgb(201,124,16); }
td.TdClassName
{
border-color: #C97C10;
}
.TagClassName
{
border-color: #C97C10;
}
</style>