Color Hex Logo

#c27642 Color Hex

#C27642
(194,118,66)
0 Favorites   0 Comments

Color spaces of #c27642

RGB 19411866
HSL0.070.510.51
HSV24°66°76°
CMYK 0.000.390.66   0.24
XYZ29.709924.81958.3790
Yxy24.81950.47230.3945
Hunter Lab49.819219.265824.9015
CIE-Lab56.899125.111240.6186

#c27642 color RGB value is (194,118,66).

#c27642 hex color red value is 194, green value is 118 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #c27642 hue: 0.07 , saturation: 0.51 and the lightness value of c27642 is 0.51.

The process color (four color CMYK) of #c27642 color hex is 0.00, 0.39, 0.66, 0.24. Web safe color of #c27642 is #cc6633. Color #c27642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110110 01000010
Octal 302 166 102
Decimal 194 118 66
Hex C2 76 42

RGB Percentages of Color #c27642

%51.32
%31.22
%17.46

CMYK Percentages of Color #c27642

%0
%39
%66
%24

Triadic Colors of #c27642

#c27642 #42c276 #7642c2

Analogous Colors of #c27642

#c27642 #c2b642 #c2424e

Monochromatic Colors of #c27642

#c27642

Complementary Color

#c27642 #428ec2

#c27642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27642 Color CSS Codes

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

#c27642 Text Font Color

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

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


#c27642 Background Color

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

This div background color is #c27642


#c27642 Border Color

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

This div border color is #c27642


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,118,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c27642; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c27642;
  -webkit-box-shadow: 1px 1px 3px 2px #c27642;
  box-shadow:         1px 1px 3px 2px #c27642; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,118,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27642


Comments

No comments written yet.

Please login to write comment.