Shades of Ochre #C97519
Tints of Ochre #C97519
RGB
CMYK
RGB Variations
Color information
#C97519 (or 0xC97519) is known color: Ochre. HEX triplet: C9, 75 and 19. RGB value is (201,117,25). Sum of RGB (Red+Green+Blue) = 201+117+25=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C97519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97519 is #368AE6. Grayscale: #848484. Windows color (decimal): -3574503 or 1668553. OLE color: 1668553.
HSL color Cylindrical-coordinate representation of color #C97519: hue angle of 31.36º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C97519 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 25 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.21 |
| HSL | 31.36º | 0.78% | 0.44% | - |
| HSV(B) | 31.36º | 0.88% | 0.79% | - |
| XYZ | 30.62 | 25.21 | 4.17 | - |
| YUV | 131.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 25 | 0 | 0.42 | 0.88 | 0.21 | 31.36 | 0.78 | 0.44 |
| Hex | C9 | 75 | 19 | 0 | 2A | 58 | 15 | 1F | 4E | 2C |
| Octal | 311 | 165 | 31 | 0 | 52 | 130 | 25 | 37 | 116 | 54 |
| Binary | 11001001 | 1110101 | 11001 | 0 | 101010 | 1011000 | 10101 | 11111 | 1001110 | 101100 |
Color Harmonies of #C97519
Complementary color
Monochromatic Colors of #C97519
Black with #C97519
Text Example
Text Example
White with #C97519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97519; }
p { color: rgb(201,117,25); }
H1.HeaderClassName
{
color: #C97519;
}
.AnyTagClassName
{
color: #C97519;
}
</style>
background-color css
<style>
a { background-color: #C97519; }
a { background-color: rgb(201,117,25); }
div.DivClassName
{
background-color: #C97519;
}
.BgClassName
{
background-color: #C97519;
}
</style>
border-color css
<style>
span { border-color: #C97519; }
span { border-color: rgb(201,117,25); }
td.TdClassName
{
border-color: #C97519;
}
.TagClassName
{
border-color: #C97519;
}
</style>