Color Hex Logo

#cf795c Color Hex

#CF795C
(207,121,92)
0 Favorites   0 Comments

Color spaces of #cf795c

RGB 20712192
HSL0.040.550.59
HSV15°56°81°
CMYK 0.000.420.56   0.19
XYZ34.501327.712813.6559
Yxy27.71280.45470.3653
Hunter Lab52.642924.860721.4699
CIE-Lab59.628430.687630.2824

#cf795c color RGB value is (207,121,92).

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

The process color (four color CMYK) of #cf795c color hex is 0.00, 0.42, 0.56, 0.19. Web safe color of #cf795c is #cc6666. Color #cf795c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111001 01011100
Octal 317 171 134
Decimal 207 121 92
Hex CF 79 5C

RGB Percentages of Color #cf795c

%49.29
%28.81
%21.90

CMYK Percentages of Color #cf795c

%0
%42
%56
%19

Triadic Colors of #cf795c

#cf795c #5ccf79 #795ccf

Analogous Colors of #cf795c

#cf795c #cfb35c #cf5c79

Monochromatic Colors of #cf795c

#cf795c

Complementary Color

#cf795c #5cb2cf

#cf795c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf795c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf795c Color CSS Codes

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

#cf795c Text Font Color

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

This sample text font color is #cf795c
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.


#cf795c Background Color

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

This div background color is #cf795c


#cf795c Border Color

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

This div border color is #cf795c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf795c


Comments

No comments written yet.

Please login to write comment.