Shades of Ochre #CE752A
Tints of Ochre #CE752A
RGB
CMYK
RGB Variations
Color information
#CE752A (or 0xCE752A) is known color: Ochre. HEX triplet: CE, 75 and 2A. RGB value is (206,117,42). Sum of RGB (Red+Green+Blue) = 206+117+42=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE752A is #318AD5. Grayscale: #878787. Windows color (decimal): -3246806 or 2782670. OLE color: 2782670.
HSL color Cylindrical-coordinate representation of color #CE752A: hue angle of 27.44º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE752A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 42 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.19 |
| HSL | 27.44º | 0.66% | 0.49% | - |
| HSV(B) | 27.44º | 0.8% | 0.81% | - |
| XYZ | 32.23 | 26.01 | 5.51 | - |
| YUV | 135.06 | 75.49 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 42 | 0 | 0.43 | 0.80 | 0.19 | 27.44 | 0.66 | 0.49 |
| Hex | CE | 75 | 2A | 0 | 2B | 50 | 13 | 1B | 42 | 31 |
| Octal | 316 | 165 | 52 | 0 | 53 | 120 | 23 | 33 | 102 | 61 |
| Binary | 11001110 | 1110101 | 101010 | 0 | 101011 | 1010000 | 10011 | 11011 | 1000010 | 110001 |
Color Harmonies of #CE752A
Complementary color
Monochromatic Colors of #CE752A
Black with #CE752A
Text Example
Text Example
White with #CE752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE752A; }
p { color: rgb(206,117,42); }
H1.HeaderClassName
{
color: #CE752A;
}
.AnyTagClassName
{
color: #CE752A;
}
</style>
background-color css
<style>
a { background-color: #CE752A; }
a { background-color: rgb(206,117,42); }
div.DivClassName
{
background-color: #CE752A;
}
.BgClassName
{
background-color: #CE752A;
}
</style>
border-color css
<style>
span { border-color: #CE752A; }
span { border-color: rgb(206,117,42); }
td.TdClassName
{
border-color: #CE752A;
}
.TagClassName
{
border-color: #CE752A;
}
</style>