Shades of Ochre #CE7C27
Tints of Ochre #CE7C27
RGB
CMYK
RGB Variations
Color information
#CE7C27 (or 0xCE7C27) is known color: Ochre. HEX triplet: CE, 7C and 27. RGB value is (206,124,39). Sum of RGB (Red+Green+Blue) = 206+124+39=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C27 is #3183D8. Grayscale: #8B8B8B. Windows color (decimal): -3245017 or 2587854. OLE color: 2587854.
HSL color Cylindrical-coordinate representation of color #CE7C27: hue angle of 30.54º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE7C27 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 39 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.19 |
| HSL | 30.54º | 0.68% | 0.48% | - |
| HSV(B) | 30.54º | 0.81% | 0.81% | - |
| XYZ | 33.03 | 27.68 | 5.52 | - |
| YUV | 138.83 | 71.67 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 39 | 0 | 0.40 | 0.81 | 0.19 | 30.54 | 0.68 | 0.48 |
| Hex | CE | 7C | 27 | 0 | 28 | 51 | 13 | 1F | 44 | 30 |
| Octal | 316 | 174 | 47 | 0 | 50 | 121 | 23 | 37 | 104 | 60 |
| Binary | 11001110 | 1111100 | 100111 | 0 | 101000 | 1010001 | 10011 | 11111 | 1000100 | 110000 |
Color Harmonies of #CE7C27
Complementary color
Monochromatic Colors of #CE7C27
Black with #CE7C27
Text Example
Text Example
White with #CE7C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C27; }
p { color: rgb(206,124,39); }
H1.HeaderClassName
{
color: #CE7C27;
}
.AnyTagClassName
{
color: #CE7C27;
}
</style>
background-color css
<style>
a { background-color: #CE7C27; }
a { background-color: rgb(206,124,39); }
div.DivClassName
{
background-color: #CE7C27;
}
.BgClassName
{
background-color: #CE7C27;
}
</style>
border-color css
<style>
span { border-color: #CE7C27; }
span { border-color: rgb(206,124,39); }
td.TdClassName
{
border-color: #CE7C27;
}
.TagClassName
{
border-color: #CE7C27;
}
</style>