Shades of Ochre #CE7B13
Tints of Ochre #CE7B13
RGB
CMYK
RGB Variations
Color information
#CE7B13 (or 0xCE7B13) is known color: Ochre. HEX triplet: CE, 7B and 13. RGB value is (206,123,19). Sum of RGB (Red+Green+Blue) = 206+123+19=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B13 is #3184EC. Grayscale: #888888. Windows color (decimal): -3245293 or 1276878. OLE color: 1276878.
HSL color Cylindrical-coordinate representation of color #CE7B13: hue angle of 33.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE7B13 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 19 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.19 |
| HSL | 33.37º | 0.83% | 0.44% | - |
| HSV(B) | 33.37º | 0.91% | 0.81% | - |
| XYZ | 32.65 | 27.33 | 4.17 | - |
| YUV | 135.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 19 | 0 | 0.40 | 0.91 | 0.19 | 33.37 | 0.83 | 0.44 |
| Hex | CE | 7B | 13 | 0 | 28 | 5B | 13 | 21 | 53 | 2C |
| Octal | 316 | 173 | 23 | 0 | 50 | 133 | 23 | 41 | 123 | 54 |
| Binary | 11001110 | 1111011 | 10011 | 0 | 101000 | 1011011 | 10011 | 100001 | 1010011 | 101100 |
Color Harmonies of #CE7B13
Complementary color
Monochromatic Colors of #CE7B13
Black with #CE7B13
Text Example
Text Example
White with #CE7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B13; }
p { color: rgb(206,123,19); }
H1.HeaderClassName
{
color: #CE7B13;
}
.AnyTagClassName
{
color: #CE7B13;
}
</style>
background-color css
<style>
a { background-color: #CE7B13; }
a { background-color: rgb(206,123,19); }
div.DivClassName
{
background-color: #CE7B13;
}
.BgClassName
{
background-color: #CE7B13;
}
</style>
border-color css
<style>
span { border-color: #CE7B13; }
span { border-color: rgb(206,123,19); }
td.TdClassName
{
border-color: #CE7B13;
}
.TagClassName
{
border-color: #CE7B13;
}
</style>