Shades of Ochre #CE7A27
Tints of Ochre #CE7A27
RGB
CMYK
RGB Variations
Color information
#CE7A27 (or 0xCE7A27) is known color: Ochre. HEX triplet: CE, 7A and 27. RGB value is (206,122,39). Sum of RGB (Red+Green+Blue) = 206+122+39=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A27 is #3185D8. Grayscale: #8A8A8A. Windows color (decimal): -3245529 or 2587342. OLE color: 2587342.
HSL color Cylindrical-coordinate representation of color #CE7A27: hue angle of 29.82º 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 #CE7A27 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 39 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.19 |
| HSL | 29.82º | 0.68% | 0.48% | - |
| HSV(B) | 29.82º | 0.81% | 0.81% | - |
| XYZ | 32.78 | 27.19 | 5.44 | - |
| YUV | 137.65 | 72.33 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 39 | 0 | 0.41 | 0.81 | 0.19 | 29.82 | 0.68 | 0.48 |
| Hex | CE | 7A | 27 | 0 | 29 | 51 | 13 | 1E | 44 | 30 |
| Octal | 316 | 172 | 47 | 0 | 51 | 121 | 23 | 36 | 104 | 60 |
| Binary | 11001110 | 1111010 | 100111 | 0 | 101001 | 1010001 | 10011 | 11110 | 1000100 | 110000 |
Color Harmonies of #CE7A27
Complementary color
Monochromatic Colors of #CE7A27
Black with #CE7A27
Text Example
Text Example
White with #CE7A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A27; }
p { color: rgb(206,122,39); }
H1.HeaderClassName
{
color: #CE7A27;
}
.AnyTagClassName
{
color: #CE7A27;
}
</style>
background-color css
<style>
a { background-color: #CE7A27; }
a { background-color: rgb(206,122,39); }
div.DivClassName
{
background-color: #CE7A27;
}
.BgClassName
{
background-color: #CE7A27;
}
</style>
border-color css
<style>
span { border-color: #CE7A27; }
span { border-color: rgb(206,122,39); }
td.TdClassName
{
border-color: #CE7A27;
}
.TagClassName
{
border-color: #CE7A27;
}
</style>