Color Hex Logo

#c6542f Color Hex

#C6542F
(198,84,47)
0 Favorites   0 Comments

Color spaces of #c6542f

RGB 1988447
HSL0.040.620.48
HSV15°76°78°
CMYK 0.000.580.76   0.22
XYZ26.972118.55174.8486
Yxy18.55170.53550.3683
Hunter Lab43.071736.403823.4759
CIE-Lab50.158543.404643.1769

#c6542f color RGB value is (198,84,47).

#c6542f hex color red value is 198, green value is 84 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c6542f hue: 0.04 , saturation: 0.62 and the lightness value of c6542f is 0.48.

The process color (four color CMYK) of #c6542f color hex is 0.00, 0.58, 0.76, 0.22. Web safe color of #c6542f is #cc6633. Color #c6542f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010100 00101111
Octal 306 124 57
Decimal 198 84 47
Hex C6 54 2F

RGB Percentages of Color #c6542f

%60.18
%25.53
%14.29

CMYK Percentages of Color #c6542f

%0
%58
%76
%22

Triadic Colors of #c6542f

#c6542f #2fc654 #542fc6

Analogous Colors of #c6542f

#c6542f #c6a02f #c62f56

Monochromatic Colors of #c6542f

#c6542f

Complementary Color

#c6542f #2fa1c6

#c6542f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6542f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6542f Color CSS Codes

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

#c6542f Text Font Color

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

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


#c6542f Background Color

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

This div background color is #c6542f


#c6542f Border Color

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

This div border color is #c6542f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6542f


Comments

No comments written yet.

Please login to write comment.