Shades of Ochre #C97C26
Tints of Ochre #C97C26
RGB
CMYK
RGB Variations
Color information
#C97C26 (or 0xC97C26) is known color: Ochre. HEX triplet: C9, 7C and 26. RGB value is (201,124,38). Sum of RGB (Red+Green+Blue) = 201+124+38=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C26 is #3683D9. Grayscale: #898989. Windows color (decimal): -3572698 or 2522313. OLE color: 2522313.
HSL color Cylindrical-coordinate representation of color #C97C26: hue angle of 31.66º 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 #C97C26 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 38 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.21 |
| HSL | 31.66º | 0.68% | 0.47% | - |
| HSV(B) | 31.66º | 0.81% | 0.79% | - |
| XYZ | 31.64 | 26.97 | 5.37 | - |
| YUV | 137.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 38 | 0 | 0.38 | 0.81 | 0.21 | 31.66 | 0.68 | 0.47 |
| Hex | C9 | 7C | 26 | 0 | 26 | 51 | 15 | 20 | 44 | 2F |
| Octal | 311 | 174 | 46 | 0 | 46 | 121 | 25 | 40 | 104 | 57 |
| Binary | 11001001 | 1111100 | 100110 | 0 | 100110 | 1010001 | 10101 | 100000 | 1000100 | 101111 |
Color Harmonies of #C97C26
Complementary color
Monochromatic Colors of #C97C26
Black with #C97C26
Text Example
Text Example
White with #C97C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C26; }
p { color: rgb(201,124,38); }
H1.HeaderClassName
{
color: #C97C26;
}
.AnyTagClassName
{
color: #C97C26;
}
</style>
background-color css
<style>
a { background-color: #C97C26; }
a { background-color: rgb(201,124,38); }
div.DivClassName
{
background-color: #C97C26;
}
.BgClassName
{
background-color: #C97C26;
}
</style>
border-color css
<style>
span { border-color: #C97C26; }
span { border-color: rgb(201,124,38); }
td.TdClassName
{
border-color: #C97C26;
}
.TagClassName
{
border-color: #C97C26;
}
</style>