#CE7B19

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

Shades of Ochre #CE7B19

Tints of Ochre #CE7B19

Color information

#CE7B19 (or 0xCE7B19) is unknown color: approx Ochre. HEX triplet: CE, 7B and 19. RGB value is (206,123,25). Sum of RGB (Red+Green+Blue) = 206+123+25=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B19 is #3184E6. Grayscale: #898989. Windows color (decimal): -3245287 or 1670094. OLE color: 1670094.

HSL color Cylindrical-coordinate representation of color #CE7B19: hue angle of 32.49º 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 #CE7B19 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20612325-
CMYK00.400.880.19
HSL32.49º78.35%45.29%-
HSV(B)32.49º87.86%80.78%-
XYZ32.7127.364.48-
YUV136.6465177.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.19%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 25 (10.16% from 255) = 7.06%
R=58.19%
G=34.75%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061232500.400.880.1932.4978.3545.29
HexCE7B190285813204e2d
Octal31617331050130234011655
Binary1100111011110111100101010001011000100111000001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B19; }

 p { color: rgb(206,123,25); }

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

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

 a { background-color: rgb(206,123,25); }

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

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

 span { border-color: rgb(206,123,25); }

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