Shades of Ochre #C97D25
Tints of Ochre #C97D25
RGB
CMYK
RGB Variations
Color information
#C97D25 (or 0xC97D25) is known color: Ochre. HEX triplet: C9, 7D and 25. RGB value is (201,125,37). Sum of RGB (Red+Green+Blue) = 201+125+37=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D25 is #3682DA. Grayscale: #8A8A8A. Windows color (decimal): -3572443 or 2457033. OLE color: 2457033.
HSL color Cylindrical-coordinate representation of color #C97D25: hue angle of 32.2º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C97D25 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 37 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.21 |
| HSL | 32.2º | 0.69% | 0.47% | - |
| HSV(B) | 32.2º | 0.82% | 0.79% | - |
| XYZ | 31.75 | 27.22 | 5.33 | - |
| YUV | 137.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 37 | 0 | 0.38 | 0.82 | 0.21 | 32.2 | 0.69 | 0.47 |
| Hex | C9 | 7D | 25 | 0 | 26 | 52 | 15 | 20 | 45 | 2F |
| Octal | 311 | 175 | 45 | 0 | 46 | 122 | 25 | 40 | 105 | 57 |
| Binary | 11001001 | 1111101 | 100101 | 0 | 100110 | 1010010 | 10101 | 100000 | 1000101 | 101111 |
Color Harmonies of #C97D25
Complementary color
Monochromatic Colors of #C97D25
Black with #C97D25
Text Example
Text Example
White with #C97D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D25; }
p { color: rgb(201,125,37); }
H1.HeaderClassName
{
color: #C97D25;
}
.AnyTagClassName
{
color: #C97D25;
}
</style>
background-color css
<style>
a { background-color: #C97D25; }
a { background-color: rgb(201,125,37); }
div.DivClassName
{
background-color: #C97D25;
}
.BgClassName
{
background-color: #C97D25;
}
</style>
border-color css
<style>
span { border-color: #C97D25; }
span { border-color: rgb(201,125,37); }
td.TdClassName
{
border-color: #C97D25;
}
.TagClassName
{
border-color: #C97D25;
}
</style>