Shades of Ochre #C97919
Tints of Ochre #C97919
RGB
CMYK
RGB Variations
Color information
#C97919 (or 0xC97919) is known color: Ochre. HEX triplet: C9, 79 and 19. RGB value is (201,121,25). Sum of RGB (Red+Green+Blue) = 201+121+25=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C97919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97919 is #3686E6. Grayscale: #868686. Windows color (decimal): -3573479 or 1669577. OLE color: 1669577.
HSL color Cylindrical-coordinate representation of color #C97919: hue angle of 32.73º 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 #C97919 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 25 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.21 |
| HSL | 32.73º | 0.78% | 0.44% | - |
| HSV(B) | 32.73º | 0.88% | 0.79% | - |
| XYZ | 31.1 | 26.16 | 4.33 | - |
| YUV | 133.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 25 | 0 | 0.40 | 0.88 | 0.21 | 32.73 | 0.78 | 0.44 |
| Hex | C9 | 79 | 19 | 0 | 28 | 58 | 15 | 21 | 4E | 2C |
| Octal | 311 | 171 | 31 | 0 | 50 | 130 | 25 | 41 | 116 | 54 |
| Binary | 11001001 | 1111001 | 11001 | 0 | 101000 | 1011000 | 10101 | 100001 | 1001110 | 101100 |
Color Harmonies of #C97919
Complementary color
Monochromatic Colors of #C97919
Black with #C97919
Text Example
Text Example
White with #C97919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97919; }
p { color: rgb(201,121,25); }
H1.HeaderClassName
{
color: #C97919;
}
.AnyTagClassName
{
color: #C97919;
}
</style>
background-color css
<style>
a { background-color: #C97919; }
a { background-color: rgb(201,121,25); }
div.DivClassName
{
background-color: #C97919;
}
.BgClassName
{
background-color: #C97919;
}
</style>
border-color css
<style>
span { border-color: #C97919; }
span { border-color: rgb(201,121,25); }
td.TdClassName
{
border-color: #C97919;
}
.TagClassName
{
border-color: #C97919;
}
</style>