Color Hex Logo

#c36049 Color Hex

#C36049
(195,96,73)
0 Favorites   0 Comments

Color spaces of #c36049

RGB 1959673
HSL0.030.500.53
HSV11°63°76°
CMYK 0.000.510.63   0.24
XYZ27.891120.44898.7803
Yxy20.44890.48830.3580
Hunter Lab45.220530.959520.1422
CIE-Lab52.341037.687531.4228

#c36049 color RGB value is (195,96,73).

#c36049 hex color red value is 195, green value is 96 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c36049 hue: 0.03 , saturation: 0.50 and the lightness value of c36049 is 0.53.

The process color (four color CMYK) of #c36049 color hex is 0.00, 0.51, 0.63, 0.24. Web safe color of #c36049 is #cc6633. Color #c36049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 01001001
Octal 303 140 111
Decimal 195 96 73
Hex C3 60 49

RGB Percentages of Color #c36049

%53.57
%26.37
%20.05

CMYK Percentages of Color #c36049

%0
%51
%63
%24

Triadic Colors of #c36049

#c36049 #49c360 #6049c3

Analogous Colors of #c36049

#c36049 #c39d49 #c3496f

Monochromatic Colors of #c36049

#c36049

Complementary Color

#c36049 #49acc3

#c36049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36049 Color CSS Codes

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

#c36049 Text Font Color

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

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


#c36049 Background Color

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

This div background color is #c36049


#c36049 Border Color

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

This div border color is #c36049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36049


Comments

No comments written yet.

Please login to write comment.