Color Hex Logo

#c95634 Color Hex

#C95634
(201,86,52)
0 Favorites   0 Comments

Color spaces of #c95634

RGB 2018652
HSL0.040.590.50
HSV14°74°79°
CMYK 0.000.570.74   0.21
XYZ28.035019.32105.5005
Yxy19.32100.53040.3655
Hunter Lab43.955736.925223.3496
CIE-Lab51.060743.776641.6879

#c95634 color RGB value is (201,86,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 00110100
Octal 311 126 64
Decimal 201 86 52
Hex C9 56 34

RGB Percentages of Color #c95634

%59.29
%25.37
%15.34

CMYK Percentages of Color #c95634

%0
%57
%74
%21

Triadic Colors of #c95634

#c95634 #34c956 #5634c9

Analogous Colors of #c95634

#c95634 #c9a134 #c9345d

Monochromatic Colors of #c95634

#c95634

Complementary Color

#c95634 #34a7c9

#c95634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95634 Color CSS Codes

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

#c95634 Text Font Color

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

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


#c95634 Background Color

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

This div background color is #c95634


#c95634 Border Color

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

This div border color is #c95634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95634


Comments

No comments written yet.

Please login to write comment.