Color Hex Logo

#c35c20 Color Hex

#C35C20
(195,92,32)
0 Favorites   0 Comments

Color spaces of #c35c20

RGB 1959232
HSL0.060.720.45
HSV22°84°76°
CMYK 0.000.530.84   0.24
XYZ26.593519.36073.7019
Yxy19.36070.53560.3899
Hunter Lab44.000830.881725.8123
CIE-Lab51.106637.773650.9094

#c35c20 color RGB value is (195,92,32).

#c35c20 hex color red value is 195, green value is 92 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c35c20 hue: 0.06 , saturation: 0.72 and the lightness value of c35c20 is 0.45.

The process color (four color CMYK) of #c35c20 color hex is 0.00, 0.53, 0.84, 0.24. Web safe color of #c35c20 is #cc6633. Color #c35c20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 00100000
Octal 303 134 40
Decimal 195 92 32
Hex C3 5C 20

RGB Percentages of Color #c35c20

%61.13
%28.84
%10.03

CMYK Percentages of Color #c35c20

%0
%53
%84
%24

Triadic Colors of #c35c20

#c35c20 #20c35c #5c20c3

Analogous Colors of #c35c20

#c35c20 #c3ae20 #c32036

Monochromatic Colors of #c35c20

#c35c20

Complementary Color

#c35c20 #2087c3

#c35c20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35c20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35c20 Color CSS Codes

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

#c35c20 Text Font Color

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

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


#c35c20 Background Color

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

This div background color is #c35c20


#c35c20 Border Color

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

This div border color is #c35c20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35c20


Comments

No comments written yet.

Please login to write comment.