Color Hex Logo

#c36e2a Color Hex

#C36E2A
(195,110,42)
0 Favorites   0 Comments

Color spaces of #c36e2a

RGB 19511042
HSL0.070.650.46
HSV27°78°76°
CMYK 0.000.440.78   0.24
XYZ28.499522.92115.1126
Yxy22.92110.50410.4054
Hunter Lab47.876022.474127.1817
CIE-Lab54.991028.663850.2448

#c36e2a color RGB value is (195,110,42).

#c36e2a hex color red value is 195, green value is 110 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c36e2a hue: 0.07 , saturation: 0.65 and the lightness value of c36e2a is 0.46.

The process color (four color CMYK) of #c36e2a color hex is 0.00, 0.44, 0.78, 0.24. Web safe color of #c36e2a is #cc6633. Color #c36e2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101110 00101010
Octal 303 156 52
Decimal 195 110 42
Hex C3 6E 2A

RGB Percentages of Color #c36e2a

%56.20
%31.70
%12.10

CMYK Percentages of Color #c36e2a

%0
%44
%78
%24

Triadic Colors of #c36e2a

#c36e2a #2ac36e #6e2ac3

Analogous Colors of #c36e2a

#c36e2a #c3bb2a #c32a33

Monochromatic Colors of #c36e2a

#c36e2a

Complementary Color

#c36e2a #2a7fc3

#c36e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36e2a Color CSS Codes

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

#c36e2a Text Font Color

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

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


#c36e2a Background Color

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

This div background color is #c36e2a


#c36e2a Border Color

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

This div border color is #c36e2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,110,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c36e2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c36e2a;
  -webkit-box-shadow: 1px 1px 3px 2px #c36e2a;
  box-shadow:         1px 1px 3px 2px #c36e2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,110,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36e2a


Comments

No comments written yet.

Please login to write comment.