Shades of Ochre #CE7F0C
Tints of Ochre #CE7F0C
RGB
CMYK
RGB Variations
Color information
#CE7F0C (or 0xCE7F0C) is known color: Ochre. HEX triplet: CE, 7F and 0C. RGB value is (206,127,12). Sum of RGB (Red+Green+Blue) = 206+127+12=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F0C is #3180F3. Grayscale: #8A8A8A. Windows color (decimal): -3244276 or 819150. OLE color: 819150.
HSL color Cylindrical-coordinate representation of color #CE7F0C: hue angle of 35.57º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE7F0C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.19 |
| HSL | 35.57º | 0.89% | 0.43% | - |
| HSV(B) | 35.57º | 0.94% | 0.81% | - |
| XYZ | 33.11 | 28.33 | 4.07 | - |
| YUV | 137.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 12 | 0 | 0.38 | 0.94 | 0.19 | 35.57 | 0.89 | 0.43 |
| Hex | CE | 7F | C | 0 | 26 | 5E | 13 | 24 | 59 | 2B |
| Octal | 316 | 177 | 14 | 0 | 46 | 136 | 23 | 44 | 131 | 53 |
| Binary | 11001110 | 1111111 | 1100 | 0 | 100110 | 1011110 | 10011 | 100100 | 1011001 | 101011 |
Color Harmonies of #CE7F0C
Complementary color
Monochromatic Colors of #CE7F0C
Black with #CE7F0C
Text Example
Text Example
White with #CE7F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7F0C; }
p { color: rgb(206,127,12); }
H1.HeaderClassName
{
color: #CE7F0C;
}
.AnyTagClassName
{
color: #CE7F0C;
}
</style>
background-color css
<style>
a { background-color: #CE7F0C; }
a { background-color: rgb(206,127,12); }
div.DivClassName
{
background-color: #CE7F0C;
}
.BgClassName
{
background-color: #CE7F0C;
}
</style>
border-color css
<style>
span { border-color: #CE7F0C; }
span { border-color: rgb(206,127,12); }
td.TdClassName
{
border-color: #CE7F0C;
}
.TagClassName
{
border-color: #CE7F0C;
}
</style>