Shades of Ochre #C97C27
Tints of Ochre #C97C27
RGB
CMYK
RGB Variations
Color information
#C97C27 (or 0xC97C27) is known color: Ochre. HEX triplet: C9, 7C and 27. RGB value is (201,124,39). Sum of RGB (Red+Green+Blue) = 201+124+39=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C27 is #3683D8. Grayscale: #898989. Windows color (decimal): -3572697 or 2587849. OLE color: 2587849.
HSL color Cylindrical-coordinate representation of color #C97C27: hue angle of 31.48º 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 #C97C27 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 39 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.21 |
| HSL | 31.48º | 0.68% | 0.47% | - |
| HSV(B) | 31.48º | 0.81% | 0.79% | - |
| XYZ | 31.66 | 26.98 | 5.46 | - |
| YUV | 137.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 39 | 0 | 0.38 | 0.81 | 0.21 | 31.48 | 0.68 | 0.47 |
| Hex | C9 | 7C | 27 | 0 | 26 | 51 | 15 | 1F | 44 | 2F |
| Octal | 311 | 174 | 47 | 0 | 46 | 121 | 25 | 37 | 104 | 57 |
| Binary | 11001001 | 1111100 | 100111 | 0 | 100110 | 1010001 | 10101 | 11111 | 1000100 | 101111 |
Color Harmonies of #C97C27
Complementary color
Monochromatic Colors of #C97C27
Black with #C97C27
Text Example
Text Example
White with #C97C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C27; }
p { color: rgb(201,124,39); }
H1.HeaderClassName
{
color: #C97C27;
}
.AnyTagClassName
{
color: #C97C27;
}
</style>
background-color css
<style>
a { background-color: #C97C27; }
a { background-color: rgb(201,124,39); }
div.DivClassName
{
background-color: #C97C27;
}
.BgClassName
{
background-color: #C97C27;
}
</style>
border-color css
<style>
span { border-color: #C97C27; }
span { border-color: rgb(201,124,39); }
td.TdClassName
{
border-color: #C97C27;
}
.TagClassName
{
border-color: #C97C27;
}
</style>