Color Hex Logo

#c6550e Color Hex

#C6550E
(198,85,14)
0 Favorites   0 Comments

Color spaces of #c6550e

RGB 1988514
HSL0.060.870.42
HSV23°93°78°
CMYK 0.000.570.93   0.22
XYZ26.616518.53452.5901
Yxy18.53450.55750.3882
Hunter Lab43.051735.016226.5692
CIE-Lab50.138142.042456.5116

#c6550e color RGB value is (198,85,14).

#c6550e hex color red value is 198, green value is 85 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c6550e hue: 0.06 , saturation: 0.87 and the lightness value of c6550e is 0.42.

The process color (four color CMYK) of #c6550e color hex is 0.00, 0.57, 0.93, 0.22. Web safe color of #c6550e is #cc6600. Color #c6550e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010101 00001110
Octal 306 125 16
Decimal 198 85 14
Hex C6 55 E

RGB Percentages of Color #c6550e

%66.67
%28.62
%4.71

CMYK Percentages of Color #c6550e

%0
%57
%93
%22

Triadic Colors of #c6550e

#c6550e #0ec655 #550ec6

Analogous Colors of #c6550e

#c6550e #c6b10e #c60e23

Monochromatic Colors of #c6550e

#c6550e

Complementary Color

#c6550e #0e7fc6

#c6550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6550e Color CSS Codes

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

#c6550e Text Font Color

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

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


#c6550e Background Color

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

This div background color is #c6550e


#c6550e Border Color

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

This div border color is #c6550e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6550e


Comments

No comments written yet.

Please login to write comment.