Shades of Ochre #C97309
Tints of Ochre #C97309
RGB
CMYK
RGB Variations
Color information
#C97309 (or 0xC97309) is known color: Ochre. HEX triplet: C9, 73 and 09. RGB value is (201,115,9). Sum of RGB (Red+Green+Blue) = 201+115+9=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C97309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97309 is #368CF6. Grayscale: #818181. Windows color (decimal): -3575031 or 619465. OLE color: 619465.
HSL color Cylindrical-coordinate representation of color #C97309: hue angle of 33.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C97309 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.21 |
| HSL | 33.13º | 0.91% | 0.41% | - |
| HSV(B) | 33.13º | 0.96% | 0.79% | - |
| XYZ | 30.27 | 24.7 | 3.43 | - |
| YUV | 128.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 9 | 0 | 0.43 | 0.96 | 0.21 | 33.13 | 0.91 | 0.41 |
| Hex | C9 | 73 | 9 | 0 | 2B | 60 | 15 | 21 | 5B | 29 |
| Octal | 311 | 163 | 11 | 0 | 53 | 140 | 25 | 41 | 133 | 51 |
| Binary | 11001001 | 1110011 | 1001 | 0 | 101011 | 1100000 | 10101 | 100001 | 1011011 | 101001 |
Color Harmonies of #C97309
Complementary color
Monochromatic Colors of #C97309
Black with #C97309
Text Example
Text Example
White with #C97309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97309; }
p { color: rgb(201,115,9); }
H1.HeaderClassName
{
color: #C97309;
}
.AnyTagClassName
{
color: #C97309;
}
</style>
background-color css
<style>
a { background-color: #C97309; }
a { background-color: rgb(201,115,9); }
div.DivClassName
{
background-color: #C97309;
}
.BgClassName
{
background-color: #C97309;
}
</style>
border-color css
<style>
span { border-color: #C97309; }
span { border-color: rgb(201,115,9); }
td.TdClassName
{
border-color: #C97309;
}
.TagClassName
{
border-color: #C97309;
}
</style>