Shades of Ochre #CE7C23
Tints of Ochre #CE7C23
RGB
CMYK
RGB Variations
Color information
#CE7C23 (or 0xCE7C23) is known color: Ochre. HEX triplet: CE, 7C and 23. RGB value is (206,124,35). Sum of RGB (Red+Green+Blue) = 206+124+35=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C23 is #3183DC. Grayscale: #8A8A8A. Windows color (decimal): -3245021 or 2325710. OLE color: 2325710.
HSL color Cylindrical-coordinate representation of color #CE7C23: hue angle of 31.23º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7C23 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 35 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.19 |
| HSL | 31.23º | 0.71% | 0.47% | - |
| HSV(B) | 31.23º | 0.83% | 0.81% | - |
| XYZ | 32.96 | 27.66 | 5.19 | - |
| YUV | 138.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 35 | 0 | 0.40 | 0.83 | 0.19 | 31.23 | 0.71 | 0.47 |
| Hex | CE | 7C | 23 | 0 | 28 | 53 | 13 | 1F | 47 | 2F |
| Octal | 316 | 174 | 43 | 0 | 50 | 123 | 23 | 37 | 107 | 57 |
| Binary | 11001110 | 1111100 | 100011 | 0 | 101000 | 1010011 | 10011 | 11111 | 1000111 | 101111 |
Color Harmonies of #CE7C23
Complementary color
Monochromatic Colors of #CE7C23
Black with #CE7C23
Text Example
Text Example
White with #CE7C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C23; }
p { color: rgb(206,124,35); }
H1.HeaderClassName
{
color: #CE7C23;
}
.AnyTagClassName
{
color: #CE7C23;
}
</style>
background-color css
<style>
a { background-color: #CE7C23; }
a { background-color: rgb(206,124,35); }
div.DivClassName
{
background-color: #CE7C23;
}
.BgClassName
{
background-color: #CE7C23;
}
</style>
border-color css
<style>
span { border-color: #CE7C23; }
span { border-color: rgb(206,124,35); }
td.TdClassName
{
border-color: #CE7C23;
}
.TagClassName
{
border-color: #CE7C23;
}
</style>