Shades of Ochre #C97129
Tints of Ochre #C97129
RGB
CMYK
RGB Variations
Color information
#C97129 (or 0xC97129) is known color: Ochre. HEX triplet: C9, 71 and 29. RGB value is (201,113,41). Sum of RGB (Red+Green+Blue) = 201+113+41=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C97129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97129 is #368ED6. Grayscale: #838383. Windows color (decimal): -3575511 or 2716105. OLE color: 2716105.
HSL color Cylindrical-coordinate representation of color #C97129: hue angle of 27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C97129 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 41 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.21 |
| HSL | 27º | 0.66% | 0.47% | - |
| HSV(B) | 27º | 0.8% | 0.79% | - |
| XYZ | 30.39 | 24.39 | 5.2 | - |
| YUV | 131.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 41 | 0 | 0.44 | 0.80 | 0.21 | 27 | 0.66 | 0.47 |
| Hex | C9 | 71 | 29 | 0 | 2C | 50 | 15 | 1B | 42 | 2F |
| Octal | 311 | 161 | 51 | 0 | 54 | 120 | 25 | 33 | 102 | 57 |
| Binary | 11001001 | 1110001 | 101001 | 0 | 101100 | 1010000 | 10101 | 11011 | 1000010 | 101111 |
Color Harmonies of #C97129
Complementary color
Monochromatic Colors of #C97129
Black with #C97129
Text Example
Text Example
White with #C97129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97129; }
p { color: rgb(201,113,41); }
H1.HeaderClassName
{
color: #C97129;
}
.AnyTagClassName
{
color: #C97129;
}
</style>
background-color css
<style>
a { background-color: #C97129; }
a { background-color: rgb(201,113,41); }
div.DivClassName
{
background-color: #C97129;
}
.BgClassName
{
background-color: #C97129;
}
</style>
border-color css
<style>
span { border-color: #C97129; }
span { border-color: rgb(201,113,41); }
td.TdClassName
{
border-color: #C97129;
}
.TagClassName
{
border-color: #C97129;
}
</style>