Color Hex Logo

#c56334 Color Hex

#C56334
(197,99,52)
0 Favorites   0 Comments

Color spaces of #c56334

RGB 1979952
HSL0.050.580.49
HSV19°74°77°
CMYK 0.000.500.74   0.23
XYZ28.107621.04195.8289
Yxy21.04190.51120.3827
Hunter Lab45.871529.100324.5760
CIE-Lab52.995335.724643.5805

#c56334 color RGB value is (197,99,52).

#c56334 hex color red value is 197, green value is 99 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c56334 hue: 0.05 , saturation: 0.58 and the lightness value of c56334 is 0.49.

The process color (four color CMYK) of #c56334 color hex is 0.00, 0.50, 0.74, 0.23. Web safe color of #c56334 is #cc6633. Color #c56334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100011 00110100
Octal 305 143 64
Decimal 197 99 52
Hex C5 63 34

RGB Percentages of Color #c56334

%56.61
%28.45
%14.94

CMYK Percentages of Color #c56334

%0
%50
%74
%23

Triadic Colors of #c56334

#c56334 #34c563 #6334c5

Analogous Colors of #c56334

#c56334 #c5ac34 #c5344d

Monochromatic Colors of #c56334

#c56334

Complementary Color

#c56334 #3496c5

#c56334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56334 Color CSS Codes

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

#c56334 Text Font Color

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

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


#c56334 Background Color

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

This div background color is #c56334


#c56334 Border Color

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

This div border color is #c56334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56334


Comments

No comments written yet.

Please login to write comment.