Color Hex Logo

#c56131 Color Hex

#C56131
(197,97,49)
0 Favorites   0 Comments

Color spaces of #c56131

RGB 1979749
HSL0.050.600.48
HSV19°75°77°
CMYK 0.000.510.75   0.23
XYZ27.855020.64155.4218
Yxy20.64150.51660.3828
Hunter Lab45.432929.931124.7276
CIE-Lab52.554936.622244.6184

#c56131 color RGB value is (197,97,49).

#c56131 hex color red value is 197, green value is 97 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c56131 hue: 0.05 , saturation: 0.60 and the lightness value of c56131 is 0.48.

The process color (four color CMYK) of #c56131 color hex is 0.00, 0.51, 0.75, 0.23. Web safe color of #c56131 is #cc6633. Color #c56131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100001 00110001
Octal 305 141 61
Decimal 197 97 49
Hex C5 61 31

RGB Percentages of Color #c56131

%57.43
%28.28
%14.29

CMYK Percentages of Color #c56131

%0
%51
%75
%23

Triadic Colors of #c56131

#c56131 #31c561 #6131c5

Analogous Colors of #c56131

#c56131 #c5ab31 #c5314b

Monochromatic Colors of #c56131

#c56131

Complementary Color

#c56131 #3195c5

#c56131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56131 Color CSS Codes

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

#c56131 Text Font Color

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

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


#c56131 Background Color

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

This div background color is #c56131


#c56131 Border Color

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

This div border color is #c56131


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,97,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c56131; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c56131;
  -webkit-box-shadow: 1px 1px 3px 2px #c56131;
  box-shadow:         1px 1px 3px 2px #c56131; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,97,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56131


Comments

No comments written yet.

Please login to write comment.