Shades of Ochre #C97A25
Tints of Ochre #C97A25
RGB
CMYK
RGB Variations
Color information
#C97A25 (or 0xC97A25) is known color: Ochre. HEX triplet: C9, 7A and 25. RGB value is (201,122,37). Sum of RGB (Red+Green+Blue) = 201+122+37=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A25 is #3685DA. Grayscale: #888888. Windows color (decimal): -3573211 or 2456265. OLE color: 2456265.
HSL color Cylindrical-coordinate representation of color #C97A25: hue angle of 31.1º 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 #C97A25 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 37 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.21 |
| HSL | 31.1º | 0.69% | 0.47% | - |
| HSV(B) | 31.1º | 0.82% | 0.79% | - |
| XYZ | 31.38 | 26.47 | 5.21 | - |
| YUV | 135.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 37 | 0 | 0.39 | 0.82 | 0.21 | 31.1 | 0.69 | 0.47 |
| Hex | C9 | 7A | 25 | 0 | 27 | 52 | 15 | 1F | 45 | 2F |
| Octal | 311 | 172 | 45 | 0 | 47 | 122 | 25 | 37 | 105 | 57 |
| Binary | 11001001 | 1111010 | 100101 | 0 | 100111 | 1010010 | 10101 | 11111 | 1000101 | 101111 |
Color Harmonies of #C97A25
Complementary color
Monochromatic Colors of #C97A25
Black with #C97A25
Text Example
Text Example
White with #C97A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A25; }
p { color: rgb(201,122,37); }
H1.HeaderClassName
{
color: #C97A25;
}
.AnyTagClassName
{
color: #C97A25;
}
</style>
background-color css
<style>
a { background-color: #C97A25; }
a { background-color: rgb(201,122,37); }
div.DivClassName
{
background-color: #C97A25;
}
.BgClassName
{
background-color: #C97A25;
}
</style>
border-color css
<style>
span { border-color: #C97A25; }
span { border-color: rgb(201,122,37); }
td.TdClassName
{
border-color: #C97A25;
}
.TagClassName
{
border-color: #C97A25;
}
</style>