Color Hex Logo

#c55216 Color Hex

#C55216
(197,82,22)
0 Favorites   0 Comments

Color spaces of #c55216

RGB 1978222
HSL0.060.800.43
HSV21°89°77°
CMYK 0.000.580.89   0.23
XYZ26.188117.96282.8460
Yxy17.96280.55720.3822
Hunter Lab42.382536.125425.6864
CIE-Lab49.451043.239653.4918

#c55216 color RGB value is (197,82,22).

#c55216 hex color red value is 197, green value is 82 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c55216 hue: 0.06 , saturation: 0.80 and the lightness value of c55216 is 0.43.

The process color (four color CMYK) of #c55216 color hex is 0.00, 0.58, 0.89, 0.23. Web safe color of #c55216 is #cc6600. Color #c55216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010010 00010110
Octal 305 122 26
Decimal 197 82 22
Hex C5 52 16

RGB Percentages of Color #c55216

%65.45
%27.24
%7.31

CMYK Percentages of Color #c55216

%0
%58
%89
%23

Triadic Colors of #c55216

#c55216 #16c552 #5216c5

Analogous Colors of #c55216

#c55216 #c5aa16 #c51632

Monochromatic Colors of #c55216

#c55216

Complementary Color

#c55216 #1689c5

#c55216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55216 Color CSS Codes

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

#c55216 Text Font Color

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

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


#c55216 Background Color

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

This div background color is #c55216


#c55216 Border Color

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

This div border color is #c55216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55216


Comments

No comments written yet.

Please login to write comment.