Shades of Ochre #CE7A19
Tints of Ochre #CE7A19
RGB
CMYK
RGB Variations
Color information
#CE7A19 (or 0xCE7A19) is known color: Ochre. HEX triplet: CE, 7A and 19. RGB value is (206,122,25). Sum of RGB (Red+Green+Blue) = 206+122+25=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A19 is #3185E6. Grayscale: #888888. Windows color (decimal): -3245543 or 1669838. OLE color: 1669838.
HSL color Cylindrical-coordinate representation of color #CE7A19: hue angle of 32.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE7A19 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.19 |
| HSL | 32.15º | 0.78% | 0.45% | - |
| HSV(B) | 32.15º | 0.88% | 0.81% | - |
| XYZ | 32.59 | 27.11 | 4.44 | - |
| YUV | 136.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 25 | 0 | 0.41 | 0.88 | 0.19 | 32.15 | 0.78 | 0.45 |
| Hex | CE | 7A | 19 | 0 | 29 | 58 | 13 | 20 | 4E | 2D |
| Octal | 316 | 172 | 31 | 0 | 51 | 130 | 23 | 40 | 116 | 55 |
| Binary | 11001110 | 1111010 | 11001 | 0 | 101001 | 1011000 | 10011 | 100000 | 1001110 | 101101 |
Color Harmonies of #CE7A19
Complementary color
Monochromatic Colors of #CE7A19
Black with #CE7A19
Text Example
Text Example
White with #CE7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A19; }
p { color: rgb(206,122,25); }
H1.HeaderClassName
{
color: #CE7A19;
}
.AnyTagClassName
{
color: #CE7A19;
}
</style>
background-color css
<style>
a { background-color: #CE7A19; }
a { background-color: rgb(206,122,25); }
div.DivClassName
{
background-color: #CE7A19;
}
.BgClassName
{
background-color: #CE7A19;
}
</style>
border-color css
<style>
span { border-color: #CE7A19; }
span { border-color: rgb(206,122,25); }
td.TdClassName
{
border-color: #CE7A19;
}
.TagClassName
{
border-color: #CE7A19;
}
</style>