Color Hex Logo

#c95635 Color Hex

#C95635
(201,86,53)
0 Favorites   0 Comments

Color spaces of #c95635

RGB 2018653
HSL0.040.580.50
HSV13°74°79°
CMYK 0.000.570.74   0.21
XYZ28.057819.33015.6204
Yxy19.33010.52930.3647
Hunter Lab43.966036.972923.1969
CIE-Lab51.071243.821541.1727

#c95635 color RGB value is (201,86,53).

#c95635 hex color red value is 201, green value is 86 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c95635 hue: 0.04 , saturation: 0.58 and the lightness value of c95635 is 0.50.

The process color (four color CMYK) of #c95635 color hex is 0.00, 0.57, 0.74, 0.21. Web safe color of #c95635 is #cc6633. Color #c95635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 00110101
Octal 311 126 65
Decimal 201 86 53
Hex C9 56 35

RGB Percentages of Color #c95635

%59.12
%25.29
%15.59

CMYK Percentages of Color #c95635

%0
%57
%74
%21

Triadic Colors of #c95635

#c95635 #35c956 #5635c9

Analogous Colors of #c95635

#c95635 #c9a035 #c9355e

Monochromatic Colors of #c95635

#c95635

Complementary Color

#c95635 #35a8c9

#c95635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95635 Color CSS Codes

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

#c95635 Text Font Color

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

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


#c95635 Background Color

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

This div background color is #c95635


#c95635 Border Color

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

This div border color is #c95635


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,86,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95635; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95635;
  -webkit-box-shadow: 1px 1px 3px 2px #c95635;
  box-shadow:         1px 1px 3px 2px #c95635; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,86,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95635


Comments

No comments written yet.

Please login to write comment.