Shades of Ochre #C97323
Tints of Ochre #C97323
RGB
CMYK
RGB Variations
Color information
#C97323 (or 0xC97323) is known color: Ochre. HEX triplet: C9, 73 and 23. RGB value is (201,115,35). Sum of RGB (Red+Green+Blue) = 201+115+35=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C97323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97323 is #368CDC. Grayscale: #838383. Windows color (decimal): -3575005 or 2323401. OLE color: 2323401.
HSL color Cylindrical-coordinate representation of color #C97323: hue angle of 28.92º degrees, saturation: 0.7, 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 #C97323 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 35 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.21 |
| HSL | 28.92º | 0.7% | 0.46% | - |
| HSV(B) | 28.92º | 0.83% | 0.79% | - |
| XYZ | 30.52 | 24.8 | 4.77 | - |
| YUV | 131.59 | 73.49 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 35 | 0 | 0.43 | 0.83 | 0.21 | 28.92 | 0.7 | 0.46 |
| Hex | C9 | 73 | 23 | 0 | 2B | 53 | 15 | 1D | 46 | 2E |
| Octal | 311 | 163 | 43 | 0 | 53 | 123 | 25 | 35 | 106 | 56 |
| Binary | 11001001 | 1110011 | 100011 | 0 | 101011 | 1010011 | 10101 | 11101 | 1000110 | 101110 |
Color Harmonies of #C97323
Complementary color
Monochromatic Colors of #C97323
Black with #C97323
Text Example
Text Example
White with #C97323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97323; }
p { color: rgb(201,115,35); }
H1.HeaderClassName
{
color: #C97323;
}
.AnyTagClassName
{
color: #C97323;
}
</style>
background-color css
<style>
a { background-color: #C97323; }
a { background-color: rgb(201,115,35); }
div.DivClassName
{
background-color: #C97323;
}
.BgClassName
{
background-color: #C97323;
}
</style>
border-color css
<style>
span { border-color: #C97323; }
span { border-color: rgb(201,115,35); }
td.TdClassName
{
border-color: #C97323;
}
.TagClassName
{
border-color: #C97323;
}
</style>