Shades of Ochre #C9712B
Tints of Ochre #C9712B
RGB
CMYK
RGB Variations
Color information
#C9712B (or 0xC9712B) is known color: Ochre. HEX triplet: C9, 71 and 2B. RGB value is (201,113,43). Sum of RGB (Red+Green+Blue) = 201+113+43=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9712B is #368ED4. Grayscale: #838383. Windows color (decimal): -3575509 or 2847177. OLE color: 2847177.
HSL color Cylindrical-coordinate representation of color #C9712B: hue angle of 26.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9712B is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 43 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.21 |
| HSL | 26.58º | 0.65% | 0.48% | - |
| HSV(B) | 26.58º | 0.79% | 0.79% | - |
| XYZ | 30.43 | 24.4 | 5.39 | - |
| YUV | 131.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 43 | 0 | 0.44 | 0.79 | 0.21 | 26.58 | 0.65 | 0.48 |
| Hex | C9 | 71 | 2B | 0 | 2C | 4F | 15 | 1B | 41 | 30 |
| Octal | 311 | 161 | 53 | 0 | 54 | 117 | 25 | 33 | 101 | 60 |
| Binary | 11001001 | 1110001 | 101011 | 0 | 101100 | 1001111 | 10101 | 11011 | 1000001 | 110000 |
Color Harmonies of #C9712B
Complementary color
Monochromatic Colors of #C9712B
Black with #C9712B
Text Example
Text Example
White with #C9712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9712B; }
p { color: rgb(201,113,43); }
H1.HeaderClassName
{
color: #C9712B;
}
.AnyTagClassName
{
color: #C9712B;
}
</style>
background-color css
<style>
a { background-color: #C9712B; }
a { background-color: rgb(201,113,43); }
div.DivClassName
{
background-color: #C9712B;
}
.BgClassName
{
background-color: #C9712B;
}
</style>
border-color css
<style>
span { border-color: #C9712B; }
span { border-color: rgb(201,113,43); }
td.TdClassName
{
border-color: #C9712B;
}
.TagClassName
{
border-color: #C9712B;
}
</style>