Shades of Ochre #C97619
Tints of Ochre #C97619
RGB
CMYK
RGB Variations
Color information
#C97619 (or 0xC97619) is known color: Ochre. HEX triplet: C9, 76 and 19. RGB value is (201,118,25). Sum of RGB (Red+Green+Blue) = 201+118+25=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C97619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97619 is #3689E6. Grayscale: #848484. Windows color (decimal): -3574247 or 1668809. OLE color: 1668809.
HSL color Cylindrical-coordinate representation of color #C97619: hue angle of 31.7º 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 #C97619 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.21 |
| HSL | 31.7º | 0.78% | 0.44% | - |
| HSV(B) | 31.7º | 0.88% | 0.79% | - |
| XYZ | 30.74 | 25.44 | 4.21 | - |
| YUV | 132.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 25 | 0 | 0.41 | 0.88 | 0.21 | 31.7 | 0.78 | 0.44 |
| Hex | C9 | 76 | 19 | 0 | 29 | 58 | 15 | 20 | 4E | 2C |
| Octal | 311 | 166 | 31 | 0 | 51 | 130 | 25 | 40 | 116 | 54 |
| Binary | 11001001 | 1110110 | 11001 | 0 | 101001 | 1011000 | 10101 | 100000 | 1001110 | 101100 |
Color Harmonies of #C97619
Complementary color
Monochromatic Colors of #C97619
Black with #C97619
Text Example
Text Example
White with #C97619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97619; }
p { color: rgb(201,118,25); }
H1.HeaderClassName
{
color: #C97619;
}
.AnyTagClassName
{
color: #C97619;
}
</style>
background-color css
<style>
a { background-color: #C97619; }
a { background-color: rgb(201,118,25); }
div.DivClassName
{
background-color: #C97619;
}
.BgClassName
{
background-color: #C97619;
}
</style>
border-color css
<style>
span { border-color: #C97619; }
span { border-color: rgb(201,118,25); }
td.TdClassName
{
border-color: #C97619;
}
.TagClassName
{
border-color: #C97619;
}
</style>