Shades of Ochre #C97415
Tints of Ochre #C97415
RGB
CMYK
RGB Variations
Color information
#C97415 (or 0xC97415) is known color: Ochre. HEX triplet: C9, 74 and 15. RGB value is (201,116,21). Sum of RGB (Red+Green+Blue) = 201+116+21=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C97415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97415 is #368BEA. Grayscale: #838383. Windows color (decimal): -3574763 or 1406153. OLE color: 1406153.
HSL color Cylindrical-coordinate representation of color #C97415: hue angle of 31.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C97415 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.21 |
| HSL | 31.67º | 0.81% | 0.44% | - |
| HSV(B) | 31.67º | 0.9% | 0.79% | - |
| XYZ | 30.47 | 24.96 | 3.92 | - |
| YUV | 130.59 | 66.16 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 21 | 0 | 0.42 | 0.90 | 0.21 | 31.67 | 0.81 | 0.44 |
| Hex | C9 | 74 | 15 | 0 | 2A | 5A | 15 | 20 | 51 | 2C |
| Octal | 311 | 164 | 25 | 0 | 52 | 132 | 25 | 40 | 121 | 54 |
| Binary | 11001001 | 1110100 | 10101 | 0 | 101010 | 1011010 | 10101 | 100000 | 1010001 | 101100 |
Color Harmonies of #C97415
Complementary color
Monochromatic Colors of #C97415
Black with #C97415
Text Example
Text Example
White with #C97415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97415; }
p { color: rgb(201,116,21); }
H1.HeaderClassName
{
color: #C97415;
}
.AnyTagClassName
{
color: #C97415;
}
</style>
background-color css
<style>
a { background-color: #C97415; }
a { background-color: rgb(201,116,21); }
div.DivClassName
{
background-color: #C97415;
}
.BgClassName
{
background-color: #C97415;
}
</style>
border-color css
<style>
span { border-color: #C97415; }
span { border-color: rgb(201,116,21); }
td.TdClassName
{
border-color: #C97415;
}
.TagClassName
{
border-color: #C97415;
}
</style>