Shades of Ochre #C97C1B
Tints of Ochre #C97C1B
RGB
CMYK
RGB Variations
Color information
#C97C1B (or 0xC97C1B) is known color: Ochre. HEX triplet: C9, 7C and 1B. RGB value is (201,124,27). Sum of RGB (Red+Green+Blue) = 201+124+27=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C1B is #3683E4. Grayscale: #888888. Windows color (decimal): -3572709 or 1801417. OLE color: 1801417.
HSL color Cylindrical-coordinate representation of color #C97C1B: hue angle of 33.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C97C1B is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 27 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.21 |
| HSL | 33.45º | 0.76% | 0.45% | - |
| HSV(B) | 33.45º | 0.87% | 0.79% | - |
| XYZ | 31.49 | 26.91 | 4.57 | - |
| YUV | 135.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 27 | 0 | 0.38 | 0.87 | 0.21 | 33.45 | 0.76 | 0.45 |
| Hex | C9 | 7C | 1B | 0 | 26 | 57 | 15 | 21 | 4C | 2D |
| Octal | 311 | 174 | 33 | 0 | 46 | 127 | 25 | 41 | 114 | 55 |
| Binary | 11001001 | 1111100 | 11011 | 0 | 100110 | 1010111 | 10101 | 100001 | 1001100 | 101101 |
Color Harmonies of #C97C1B
Complementary color
Monochromatic Colors of #C97C1B
Black with #C97C1B
Text Example
Text Example
White with #C97C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C1B; }
p { color: rgb(201,124,27); }
H1.HeaderClassName
{
color: #C97C1B;
}
.AnyTagClassName
{
color: #C97C1B;
}
</style>
background-color css
<style>
a { background-color: #C97C1B; }
a { background-color: rgb(201,124,27); }
div.DivClassName
{
background-color: #C97C1B;
}
.BgClassName
{
background-color: #C97C1B;
}
</style>
border-color css
<style>
span { border-color: #C97C1B; }
span { border-color: rgb(201,124,27); }
td.TdClassName
{
border-color: #C97C1B;
}
.TagClassName
{
border-color: #C97C1B;
}
</style>