Shades of Ochre #C97322
Tints of Ochre #C97322
RGB
CMYK
RGB Variations
Color information
#C97322 (or 0xC97322) is known color: Ochre. HEX triplet: C9, 73 and 22. RGB value is (201,115,34). Sum of RGB (Red+Green+Blue) = 201+115+34=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C97322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97322 is #368CDD. Grayscale: #838383. Windows color (decimal): -3575006 or 2257865. OLE color: 2257865.
HSL color Cylindrical-coordinate representation of color #C97322: hue angle of 29.1º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C97322 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 34 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.21 |
| HSL | 29.1º | 0.71% | 0.46% | - |
| HSV(B) | 29.1º | 0.83% | 0.79% | - |
| XYZ | 30.51 | 24.79 | 4.69 | - |
| YUV | 131.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 34 | 0 | 0.43 | 0.83 | 0.21 | 29.1 | 0.71 | 0.46 |
| Hex | C9 | 73 | 22 | 0 | 2B | 53 | 15 | 1D | 47 | 2E |
| Octal | 311 | 163 | 42 | 0 | 53 | 123 | 25 | 35 | 107 | 56 |
| Binary | 11001001 | 1110011 | 100010 | 0 | 101011 | 1010011 | 10101 | 11101 | 1000111 | 101110 |
Color Harmonies of #C97322
Complementary color
Monochromatic Colors of #C97322
Black with #C97322
Text Example
Text Example
White with #C97322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97322; }
p { color: rgb(201,115,34); }
H1.HeaderClassName
{
color: #C97322;
}
.AnyTagClassName
{
color: #C97322;
}
</style>
background-color css
<style>
a { background-color: #C97322; }
a { background-color: rgb(201,115,34); }
div.DivClassName
{
background-color: #C97322;
}
.BgClassName
{
background-color: #C97322;
}
</style>
border-color css
<style>
span { border-color: #C97322; }
span { border-color: rgb(201,115,34); }
td.TdClassName
{
border-color: #C97322;
}
.TagClassName
{
border-color: #C97322;
}
</style>