Shades of Ochre #C97A10
Tints of Ochre #C97A10
RGB
CMYK
RGB Variations
Color information
#C97A10 (or 0xC97A10) is known color: Ochre. HEX triplet: C9, 7A and 10. RGB value is (201,122,16). Sum of RGB (Red+Green+Blue) = 201+122+16=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A10 is #3685EF. Grayscale: #868686. Windows color (decimal): -3573232 or 1080009. OLE color: 1080009.
HSL color Cylindrical-coordinate representation of color #C97A10: hue angle of 34.38º 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 #C97A10 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 16 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.21 |
| HSL | 34.38º | 0.85% | 0.43% | - |
| HSV(B) | 34.38º | 0.92% | 0.79% | - |
| XYZ | 31.14 | 26.37 | 3.94 | - |
| YUV | 133.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 16 | 0 | 0.39 | 0.92 | 0.21 | 34.38 | 0.85 | 0.43 |
| Hex | C9 | 7A | 10 | 0 | 27 | 5C | 15 | 22 | 55 | 2B |
| Octal | 311 | 172 | 20 | 0 | 47 | 134 | 25 | 42 | 125 | 53 |
| Binary | 11001001 | 1111010 | 10000 | 0 | 100111 | 1011100 | 10101 | 100010 | 1010101 | 101011 |
Color Harmonies of #C97A10
Complementary color
Monochromatic Colors of #C97A10
Black with #C97A10
Text Example
Text Example
White with #C97A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A10; }
p { color: rgb(201,122,16); }
H1.HeaderClassName
{
color: #C97A10;
}
.AnyTagClassName
{
color: #C97A10;
}
</style>
background-color css
<style>
a { background-color: #C97A10; }
a { background-color: rgb(201,122,16); }
div.DivClassName
{
background-color: #C97A10;
}
.BgClassName
{
background-color: #C97A10;
}
</style>
border-color css
<style>
span { border-color: #C97A10; }
span { border-color: rgb(201,122,16); }
td.TdClassName
{
border-color: #C97A10;
}
.TagClassName
{
border-color: #C97A10;
}
</style>