Shades of Ochre #CE752C
Tints of Ochre #CE752C
RGB
CMYK
RGB Variations
Color information
#CE752C (or 0xCE752C) is known color: Ochre. HEX triplet: CE, 75 and 2C. RGB value is (206,117,44). Sum of RGB (Red+Green+Blue) = 206+117+44=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE752C is #318AD3. Grayscale: #878787. Windows color (decimal): -3246804 or 2913742. OLE color: 2913742.
HSL color Cylindrical-coordinate representation of color #CE752C: hue angle of 27.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE752C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 44 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.19 |
| HSL | 27.04º | 0.65% | 0.49% | - |
| HSV(B) | 27.04º | 0.79% | 0.81% | - |
| XYZ | 32.27 | 26.03 | 5.71 | - |
| YUV | 135.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 44 | 0 | 0.43 | 0.79 | 0.19 | 27.04 | 0.65 | 0.49 |
| Hex | CE | 75 | 2C | 0 | 2B | 4F | 13 | 1B | 41 | 31 |
| Octal | 316 | 165 | 54 | 0 | 53 | 117 | 23 | 33 | 101 | 61 |
| Binary | 11001110 | 1110101 | 101100 | 0 | 101011 | 1001111 | 10011 | 11011 | 1000001 | 110001 |
Color Harmonies of #CE752C
Complementary color
Monochromatic Colors of #CE752C
Black with #CE752C
Text Example
Text Example
White with #CE752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE752C; }
p { color: rgb(206,117,44); }
H1.HeaderClassName
{
color: #CE752C;
}
.AnyTagClassName
{
color: #CE752C;
}
</style>
background-color css
<style>
a { background-color: #CE752C; }
a { background-color: rgb(206,117,44); }
div.DivClassName
{
background-color: #CE752C;
}
.BgClassName
{
background-color: #CE752C;
}
</style>
border-color css
<style>
span { border-color: #CE752C; }
span { border-color: rgb(206,117,44); }
td.TdClassName
{
border-color: #CE752C;
}
.TagClassName
{
border-color: #CE752C;
}
</style>