Shades of Ochre #C97426
Tints of Ochre #C97426
RGB
CMYK
RGB Variations
Color information
#C97426 (or 0xC97426) is known color: Ochre. HEX triplet: C9, 74 and 26. RGB value is (201,116,38). Sum of RGB (Red+Green+Blue) = 201+116+38=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C97426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97426 is #368BD9. Grayscale: #848484. Windows color (decimal): -3574746 or 2520265. OLE color: 2520265.
HSL color Cylindrical-coordinate representation of color #C97426: hue angle of 28.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C97426 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 38 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.21 |
| HSL | 28.71º | 0.68% | 0.47% | - |
| HSV(B) | 28.71º | 0.81% | 0.79% | - |
| XYZ | 30.68 | 25.05 | 5.05 | - |
| YUV | 132.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 38 | 0 | 0.42 | 0.81 | 0.21 | 28.71 | 0.68 | 0.47 |
| Hex | C9 | 74 | 26 | 0 | 2A | 51 | 15 | 1D | 44 | 2F |
| Octal | 311 | 164 | 46 | 0 | 52 | 121 | 25 | 35 | 104 | 57 |
| Binary | 11001001 | 1110100 | 100110 | 0 | 101010 | 1010001 | 10101 | 11101 | 1000100 | 101111 |
Color Harmonies of #C97426
Complementary color
Monochromatic Colors of #C97426
Black with #C97426
Text Example
Text Example
White with #C97426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97426; }
p { color: rgb(201,116,38); }
H1.HeaderClassName
{
color: #C97426;
}
.AnyTagClassName
{
color: #C97426;
}
</style>
background-color css
<style>
a { background-color: #C97426; }
a { background-color: rgb(201,116,38); }
div.DivClassName
{
background-color: #C97426;
}
.BgClassName
{
background-color: #C97426;
}
</style>
border-color css
<style>
span { border-color: #C97426; }
span { border-color: rgb(201,116,38); }
td.TdClassName
{
border-color: #C97426;
}
.TagClassName
{
border-color: #C97426;
}
</style>