Color Hex Logo

#c95535 Color Hex

#C95535
(201,85,53)
0 Favorites   0 Comments

Color spaces of #c95535

RGB 2018553
HSL0.040.580.50
HSV13°74°79°
CMYK 0.000.580.74   0.21
XYZ27.978519.17155.5940
Yxy19.17150.53050.3635
Hunter Lab43.785337.436123.0748
CIE-Lab50.887344.300440.9723

#c95535 color RGB value is (201,85,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010101 00110101
Octal 311 125 65
Decimal 201 85 53
Hex C9 55 35

RGB Percentages of Color #c95535

%59.29
%25.07
%15.63

CMYK Percentages of Color #c95535

%0
%58
%74
%21

Triadic Colors of #c95535

#c95535 #35c955 #5535c9

Analogous Colors of #c95535

#c95535 #c99f35 #c9355f

Monochromatic Colors of #c95535

#c95535

Complementary Color

#c95535 #35a9c9

#c95535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95535 Color CSS Codes

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

#c95535 Text Font Color

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

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


#c95535 Background Color

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

This div background color is #c95535


#c95535 Border Color

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

This div border color is #c95535


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,85,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 #c95535">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95535


Comments

No comments written yet.

Please login to write comment.