Shades of Ochre #C97107
Tints of Ochre #C97107
RGB
CMYK
RGB Variations
Color information
#C97107 (or 0xC97107) is known color: Ochre. HEX triplet: C9, 71 and 07. RGB value is (201,113,7). Sum of RGB (Red+Green+Blue) = 201+113+7=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C97107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97107 is #368EF8. Grayscale: #7F7F7F. Windows color (decimal): -3575545 or 487881. OLE color: 487881.
HSL color Cylindrical-coordinate representation of color #C97107: hue angle of 32.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C97107 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.21 |
| HSL | 32.78º | 0.93% | 0.41% | - |
| HSV(B) | 32.78º | 0.97% | 0.79% | - |
| XYZ | 30.03 | 24.24 | 3.3 | - |
| YUV | 127.23 | 60.15 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 7 | 0 | 0.44 | 0.97 | 0.21 | 32.78 | 0.93 | 0.41 |
| Hex | C9 | 71 | 7 | 0 | 2C | 61 | 15 | 21 | 5D | 29 |
| Octal | 311 | 161 | 7 | 0 | 54 | 141 | 25 | 41 | 135 | 51 |
| Binary | 11001001 | 1110001 | 111 | 0 | 101100 | 1100001 | 10101 | 100001 | 1011101 | 101001 |
Color Harmonies of #C97107
Complementary color
Monochromatic Colors of #C97107
Black with #C97107
Text Example
Text Example
White with #C97107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97107; }
p { color: rgb(201,113,7); }
H1.HeaderClassName
{
color: #C97107;
}
.AnyTagClassName
{
color: #C97107;
}
</style>
background-color css
<style>
a { background-color: #C97107; }
a { background-color: rgb(201,113,7); }
div.DivClassName
{
background-color: #C97107;
}
.BgClassName
{
background-color: #C97107;
}
</style>
border-color css
<style>
span { border-color: #C97107; }
span { border-color: rgb(201,113,7); }
td.TdClassName
{
border-color: #C97107;
}
.TagClassName
{
border-color: #C97107;
}
</style>