Shades of Ochre #C9752B
Tints of Ochre #C9752B
RGB
CMYK
RGB Variations
Color information
#C9752B (or 0xC9752B) is known color: Ochre. HEX triplet: C9, 75 and 2B. RGB value is (201,117,43). Sum of RGB (Red+Green+Blue) = 201+117+43=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9752B is #368AD4. Grayscale: #868686. Windows color (decimal): -3574485 or 2848201. OLE color: 2848201.
HSL color Cylindrical-coordinate representation of color #C9752B: hue angle of 28.1º 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 #C9752B is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 43 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.21 |
| HSL | 28.1º | 0.65% | 0.48% | - |
| HSV(B) | 28.1º | 0.79% | 0.79% | - |
| XYZ | 30.88 | 25.31 | 5.54 | - |
| YUV | 133.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 43 | 0 | 0.42 | 0.79 | 0.21 | 28.1 | 0.65 | 0.48 |
| Hex | C9 | 75 | 2B | 0 | 2A | 4F | 15 | 1C | 41 | 30 |
| Octal | 311 | 165 | 53 | 0 | 52 | 117 | 25 | 34 | 101 | 60 |
| Binary | 11001001 | 1110101 | 101011 | 0 | 101010 | 1001111 | 10101 | 11100 | 1000001 | 110000 |
Color Harmonies of #C9752B
Complementary color
Monochromatic Colors of #C9752B
Black with #C9752B
Text Example
Text Example
White with #C9752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9752B; }
p { color: rgb(201,117,43); }
H1.HeaderClassName
{
color: #C9752B;
}
.AnyTagClassName
{
color: #C9752B;
}
</style>
background-color css
<style>
a { background-color: #C9752B; }
a { background-color: rgb(201,117,43); }
div.DivClassName
{
background-color: #C9752B;
}
.BgClassName
{
background-color: #C9752B;
}
</style>
border-color css
<style>
span { border-color: #C9752B; }
span { border-color: rgb(201,117,43); }
td.TdClassName
{
border-color: #C9752B;
}
.TagClassName
{
border-color: #C9752B;
}
</style>