Color Hex Logo

#c6561e Color Hex

#C6561E
(198,86,30)
0 Favorites   0 Comments

Color spaces of #c6561e

RGB 1988630
HSL0.060.740.45
HSV20°85°78°
CMYK 0.000.570.85   0.22
XYZ26.850818.75513.4332
Yxy18.75510.54750.3825
Hunter Lab43.307234.884025.6148
CIE-Lab50.399441.872951.2974

#c6561e color RGB value is (198,86,30).

#c6561e hex color red value is 198, green value is 86 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c6561e hue: 0.06 , saturation: 0.74 and the lightness value of c6561e is 0.45.

The process color (four color CMYK) of #c6561e color hex is 0.00, 0.57, 0.85, 0.22. Web safe color of #c6561e is #cc6633. Color #c6561e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 00011110
Octal 306 126 36
Decimal 198 86 30
Hex C6 56 1E

RGB Percentages of Color #c6561e

%63.06
%27.39
%9.55

CMYK Percentages of Color #c6561e

%0
%57
%85
%22

Triadic Colors of #c6561e

#c6561e #1ec656 #561ec6

Analogous Colors of #c6561e

#c6561e #c6aa1e #c61e3a

Monochromatic Colors of #c6561e

#c6561e

Complementary Color

#c6561e #1e8ec6

#c6561e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6561e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6561e Color CSS Codes

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

#c6561e Text Font Color

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

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


#c6561e Background Color

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

This div background color is #c6561e


#c6561e Border Color

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

This div border color is #c6561e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6561e


Comments

No comments written yet.

Please login to write comment.