Color Hex Logo

#c5663a Color Hex

#C5663A
(197,102,58)
0 Favorites   0 Comments

Color spaces of #c5663a

RGB 19710258
HSL0.050.550.50
HSV19°71°77°
CMYK 0.000.480.71   0.23
XYZ28.541021.67856.6831
Yxy21.67850.50160.3810
Hunter Lab46.560227.938724.0818
CIE-Lab53.684234.458741.2527

#c5663a color RGB value is (197,102,58).

#c5663a hex color red value is 197, green value is 102 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c5663a hue: 0.05 , saturation: 0.55 and the lightness value of c5663a is 0.50.

The process color (four color CMYK) of #c5663a color hex is 0.00, 0.48, 0.71, 0.23. Web safe color of #c5663a is #cc6633. Color #c5663a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 00111010
Octal 305 146 72
Decimal 197 102 58
Hex C5 66 3A

RGB Percentages of Color #c5663a

%55.18
%28.57
%16.25

CMYK Percentages of Color #c5663a

%0
%48
%71
%23

Triadic Colors of #c5663a

#c5663a #3ac566 #663ac5

Analogous Colors of #c5663a

#c5663a #c5ac3a #c53a53

Monochromatic Colors of #c5663a

#c5663a

Complementary Color

#c5663a #3a99c5

#c5663a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5663a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5663a Color CSS Codes

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

#c5663a Text Font Color

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

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


#c5663a Background Color

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

This div background color is #c5663a


#c5663a Border Color

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

This div border color is #c5663a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5663a


Comments

No comments written yet.

Please login to write comment.