#CE7F0F

Color #CE7F0F Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CE7F0F

Tints of Ochre #CE7F0F

Color information

#CE7F0F (or 0xCE7F0F) is unknown color: approx Ochre. HEX triplet: CE, 7F and 0F. RGB value is (206,127,15). Sum of RGB (Red+Green+Blue) = 206+127+15=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F0F is #3180F0. Grayscale: #8A8A8A. Windows color (decimal): -3244273 or 1015758. OLE color: 1015758.

HSL color Cylindrical-coordinate representation of color #CE7F0F: hue angle of 35.18º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE7F0F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20612715-
CMYK00.380.930.19
HSL35.18º86.43%43.33%-
HSV(B)35.18º92.72%80.78%-
XYZ33.1328.344.18-
YUV137.8558.67176.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 59.20%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=59.20%
G=36.49%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061271500.380.930.1935.1886.4343.33
HexCE7FF0265D1323562b
Octal31617717046135234312653
Binary110011101111111111101001101011101100111000111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7F0F; }

 p { color: rgb(206,127,15); }

 H1.HeaderClassName
 {
   color: #CE7F0F;
 }
 .AnyTagClassName
 {
   color: #CE7F0F;
 }
</style>
background-color css

<style>
 a { background-color: #CE7F0F; }

 a { background-color: rgb(206,127,15); }

 div.DivClassName
 {
   background-color: #CE7F0F;
 }
 .BgClassName
 {
   background-color: #CE7F0F;
 }
</style>
border-color css

<style>
 span { border-color: #CE7F0F; }

 span { border-color: rgb(206,127,15); }

 td.TdClassName
 {
   border-color: #CE7F0F;
 }
 .TagClassName
 {
   border-color: #CE7F0F;
 }
</style>