Shades of Ochre #C97D21
Tints of Ochre #C97D21
RGB
CMYK
RGB Variations
Color information
#C97D21 (or 0xC97D21) is known color: Ochre. HEX triplet: C9, 7D and 21. RGB value is (201,125,33). Sum of RGB (Red+Green+Blue) = 201+125+33=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D21 is #3682DE. Grayscale: #898989. Windows color (decimal): -3572447 or 2194889. OLE color: 2194889.
HSL color Cylindrical-coordinate representation of color #C97D21: hue angle of 32.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C97D21 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 33 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.21 |
| HSL | 32.86º | 0.72% | 0.46% | - |
| HSV(B) | 32.86º | 0.84% | 0.79% | - |
| XYZ | 31.7 | 27.19 | 5.02 | - |
| YUV | 137.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 33 | 0 | 0.38 | 0.84 | 0.21 | 32.86 | 0.72 | 0.46 |
| Hex | C9 | 7D | 21 | 0 | 26 | 54 | 15 | 21 | 48 | 2E |
| Octal | 311 | 175 | 41 | 0 | 46 | 124 | 25 | 41 | 110 | 56 |
| Binary | 11001001 | 1111101 | 100001 | 0 | 100110 | 1010100 | 10101 | 100001 | 1001000 | 101110 |
Color Harmonies of #C97D21
Complementary color
Monochromatic Colors of #C97D21
Black with #C97D21
Text Example
Text Example
White with #C97D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D21; }
p { color: rgb(201,125,33); }
H1.HeaderClassName
{
color: #C97D21;
}
.AnyTagClassName
{
color: #C97D21;
}
</style>
background-color css
<style>
a { background-color: #C97D21; }
a { background-color: rgb(201,125,33); }
div.DivClassName
{
background-color: #C97D21;
}
.BgClassName
{
background-color: #C97D21;
}
</style>
border-color css
<style>
span { border-color: #C97D21; }
span { border-color: rgb(201,125,33); }
td.TdClassName
{
border-color: #C97D21;
}
.TagClassName
{
border-color: #C97D21;
}
</style>