Shades of Ochre #CE7B28
Tints of Ochre #CE7B28
RGB
CMYK
RGB Variations
Color information
#CE7B28 (or 0xCE7B28) is known color: Ochre. HEX triplet: CE, 7B and 28. RGB value is (206,123,40). Sum of RGB (Red+Green+Blue) = 206+123+40=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B28 is #3184D7. Grayscale: #8A8A8A. Windows color (decimal): -3245272 or 2653134. OLE color: 2653134.
HSL color Cylindrical-coordinate representation of color #CE7B28: hue angle of 30º degrees, saturation: 0.67, 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 #CE7B28 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 40 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.19 |
| HSL | 30º | 0.67% | 0.48% | - |
| HSV(B) | 30º | 0.81% | 0.81% | - |
| XYZ | 32.92 | 27.44 | 5.57 | - |
| YUV | 138.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 40 | 0 | 0.40 | 0.81 | 0.19 | 30 | 0.67 | 0.48 |
| Hex | CE | 7B | 28 | 0 | 28 | 51 | 13 | 1E | 43 | 30 |
| Octal | 316 | 173 | 50 | 0 | 50 | 121 | 23 | 36 | 103 | 60 |
| Binary | 11001110 | 1111011 | 101000 | 0 | 101000 | 1010001 | 10011 | 11110 | 1000011 | 110000 |
Color Harmonies of #CE7B28
Complementary color
Monochromatic Colors of #CE7B28
Black with #CE7B28
Text Example
Text Example
White with #CE7B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B28; }
p { color: rgb(206,123,40); }
H1.HeaderClassName
{
color: #CE7B28;
}
.AnyTagClassName
{
color: #CE7B28;
}
</style>
background-color css
<style>
a { background-color: #CE7B28; }
a { background-color: rgb(206,123,40); }
div.DivClassName
{
background-color: #CE7B28;
}
.BgClassName
{
background-color: #CE7B28;
}
</style>
border-color css
<style>
span { border-color: #CE7B28; }
span { border-color: rgb(206,123,40); }
td.TdClassName
{
border-color: #CE7B28;
}
.TagClassName
{
border-color: #CE7B28;
}
</style>