Color Hex Logo

#c6806a Color Hex

#C6806A
(198,128,106)
0 Favorites   0 Comments

Color spaces of #c6806a

RGB 198128106
HSL0.040.450.60
HSV14°46°78°
CMYK 0.000.350.46   0.22
XYZ33.609428.484717.3624
Yxy28.48470.42300.3585
Hunter Lab53.371119.007618.0718
CIE-Lab60.324124.588323.1391

#c6806a color RGB value is (198,128,106).

#c6806a hex color red value is 198, green value is 128 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c6806a hue: 0.04 , saturation: 0.45 and the lightness value of c6806a is 0.60.

The process color (four color CMYK) of #c6806a color hex is 0.00, 0.35, 0.46, 0.22. Web safe color of #c6806a is #cc9966. Color #c6806a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 01101010
Octal 306 200 152
Decimal 198 128 106
Hex C6 80 6A

RGB Percentages of Color #c6806a

%45.83
%29.63
%24.54

CMYK Percentages of Color #c6806a

%0
%35
%46
%22

Triadic Colors of #c6806a

#c6806a #6ac680 #806ac6

Analogous Colors of #c6806a

#c6806a #c6ae6a #c66a82

Monochromatic Colors of #c6806a

#c6806a

Complementary Color

#c6806a #6ab0c6

#c6806a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6806a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6806a Color CSS Codes

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

#c6806a Text Font Color

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

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


#c6806a Background Color

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

This div background color is #c6806a


#c6806a Border Color

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

This div border color is #c6806a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6806a


Comments

No comments written yet.

Please login to write comment.