Color Hex Logo

#ce795d Color Hex

#CE795D
(206,121,93)
0 Favorites   0 Comments

Color spaces of #ce795d

RGB 20612193
HSL0.040.540.59
HSV15°55°81°
CMYK 0.000.410.55   0.19
XYZ34.266827.586913.8747
Yxy27.58690.45250.3643
Hunter Lab52.523224.539921.1040
CIE-Lab59.513730.372129.5528

#ce795d color RGB value is (206,121,93).

#ce795d hex color red value is 206, green value is 121 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce795d hue: 0.04 , saturation: 0.54 and the lightness value of ce795d is 0.59.

The process color (four color CMYK) of #ce795d color hex is 0.00, 0.41, 0.55, 0.19. Web safe color of #ce795d is #cc6666. Color #ce795d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 01011101
Octal 316 171 135
Decimal 206 121 93
Hex CE 79 5D

RGB Percentages of Color #ce795d

%49.05
%28.81
%22.14

CMYK Percentages of Color #ce795d

%0
%41
%55
%19

Triadic Colors of #ce795d

#ce795d #5dce79 #795dce

Analogous Colors of #ce795d

#ce795d #ceb25d #ce5d7a

Monochromatic Colors of #ce795d

#ce795d

Complementary Color

#ce795d #5db2ce

#ce795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce795d Color CSS Codes

.mybgcolor {background-color:#ce795d; } 
.myforecolor {color:#ce795d; }
.mybordercolor {border:3px solid #ce795d; }

#ce795d Text Font Color

<p style="color:#ce795d">Text here</p>

This sample text font color is #ce795d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce795d Background Color

<div style="background-color:#ce795d">
Div content here</div>

This div background color is #ce795d


#ce795d Border Color

<div style="border:3px solid #ce795d">
Div here</div>

This div border color is #ce795d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,121,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce795d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce795d;
  -webkit-box-shadow: 1px 1px 3px 2px #ce795d;
  box-shadow:         1px 1px 3px 2px #ce795d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,121,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce795d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce795d;
  -webkit-box-shadow: 1px 1px 3px 2px #ce795d;
  box-shadow:         1px 1px 3px 2px #ce795d;">
Div content here</div>

This div box has shadow with color #ce795d


Comments

No comments written yet.

Please login to write comment.