Shades of Ochre #C97207
Tints of Ochre #C97207
RGB
CMYK
RGB Variations
Color information
#C97207 (or 0xC97207) is known color: Ochre. HEX triplet: C9, 72 and 07. RGB value is (201,114,7). Sum of RGB (Red+Green+Blue) = 201+114+7=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C97207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97207 is #368DF8. Grayscale: #808080. Windows color (decimal): -3575289 or 488137. OLE color: 488137.
HSL color Cylindrical-coordinate representation of color #C97207: hue angle of 33.09º 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 #C97207 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.21 |
| HSL | 33.09º | 0.93% | 0.41% | - |
| HSV(B) | 33.09º | 0.97% | 0.79% | - |
| XYZ | 30.14 | 24.47 | 3.33 | - |
| YUV | 127.82 | 59.82 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 7 | 0 | 0.43 | 0.97 | 0.21 | 33.09 | 0.93 | 0.41 |
| Hex | C9 | 72 | 7 | 0 | 2B | 61 | 15 | 21 | 5D | 29 |
| Octal | 311 | 162 | 7 | 0 | 53 | 141 | 25 | 41 | 135 | 51 |
| Binary | 11001001 | 1110010 | 111 | 0 | 101011 | 1100001 | 10101 | 100001 | 1011101 | 101001 |
Color Harmonies of #C97207
Complementary color
Monochromatic Colors of #C97207
Black with #C97207
Text Example
Text Example
White with #C97207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97207; }
p { color: rgb(201,114,7); }
H1.HeaderClassName
{
color: #C97207;
}
.AnyTagClassName
{
color: #C97207;
}
</style>
background-color css
<style>
a { background-color: #C97207; }
a { background-color: rgb(201,114,7); }
div.DivClassName
{
background-color: #C97207;
}
.BgClassName
{
background-color: #C97207;
}
</style>
border-color css
<style>
span { border-color: #C97207; }
span { border-color: rgb(201,114,7); }
td.TdClassName
{
border-color: #C97207;
}
.TagClassName
{
border-color: #C97207;
}
</style>