Color Hex Logo

#c6675a Color Hex

#C6675A
(198,103,90)
0 Favorites   0 Comments

Color spaces of #c6675a

RGB 19810390
HSL0.020.490.56
HSV55°78°
CMYK 0.000.480.55   0.22
XYZ29.984422.444412.4247
Yxy22.44440.46230.3461
Hunter Lab47.375530.067117.6135
CIE-Lab54.495436.514024.5363

#c6675a color RGB value is (198,103,90).

#c6675a hex color red value is 198, green value is 103 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c6675a hue: 0.02 , saturation: 0.49 and the lightness value of c6675a is 0.56.

The process color (four color CMYK) of #c6675a color hex is 0.00, 0.48, 0.55, 0.22. Web safe color of #c6675a is #cc6666. Color #c6675a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100111 01011010
Octal 306 147 132
Decimal 198 103 90
Hex C6 67 5A

RGB Percentages of Color #c6675a

%50.64
%26.34
%23.02

CMYK Percentages of Color #c6675a

%0
%48
%55
%22

Triadic Colors of #c6675a

#c6675a #5ac667 #675ac6

Analogous Colors of #c6675a

#c6675a #c69d5a #c65a83

Monochromatic Colors of #c6675a

#c6675a

Complementary Color

#c6675a #5ab9c6

#c6675a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6675a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6675a Color CSS Codes

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

#c6675a Text Font Color

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

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


#c6675a Background Color

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

This div background color is #c6675a


#c6675a Border Color

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

This div border color is #c6675a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6675a


Comments

No comments written yet.

Please login to write comment.