Shades of Ochre #C97818
Tints of Ochre #C97818
RGB
CMYK
RGB Variations
Color information
#C97818 (or 0xC97818) is known color: Ochre. HEX triplet: C9, 78 and 18. RGB value is (201,120,24). Sum of RGB (Red+Green+Blue) = 201+120+24=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C97818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97818 is #3687E7. Grayscale: #858585. Windows color (decimal): -3573736 or 1603785. OLE color: 1603785.
HSL color Cylindrical-coordinate representation of color #C97818: hue angle of 32.54º degrees, saturation: 0.79, 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 #C97818 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 24 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.21 |
| HSL | 32.54º | 0.79% | 0.44% | - |
| HSV(B) | 32.54º | 0.88% | 0.79% | - |
| XYZ | 30.97 | 25.92 | 4.23 | - |
| YUV | 133.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 24 | 0 | 0.40 | 0.88 | 0.21 | 32.54 | 0.79 | 0.44 |
| Hex | C9 | 78 | 18 | 0 | 28 | 58 | 15 | 21 | 4F | 2C |
| Octal | 311 | 170 | 30 | 0 | 50 | 130 | 25 | 41 | 117 | 54 |
| Binary | 11001001 | 1111000 | 11000 | 0 | 101000 | 1011000 | 10101 | 100001 | 1001111 | 101100 |
Color Harmonies of #C97818
Complementary color
Monochromatic Colors of #C97818
Black with #C97818
Text Example
Text Example
White with #C97818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97818; }
p { color: rgb(201,120,24); }
H1.HeaderClassName
{
color: #C97818;
}
.AnyTagClassName
{
color: #C97818;
}
</style>
background-color css
<style>
a { background-color: #C97818; }
a { background-color: rgb(201,120,24); }
div.DivClassName
{
background-color: #C97818;
}
.BgClassName
{
background-color: #C97818;
}
</style>
border-color css
<style>
span { border-color: #C97818; }
span { border-color: rgb(201,120,24); }
td.TdClassName
{
border-color: #C97818;
}
.TagClassName
{
border-color: #C97818;
}
</style>