Color Hex Logo

#c6826c Color Hex

#C6826C
(198,130,108)
0 Favorites   0 Comments

Color spaces of #c6826c

RGB 198130108
HSL0.040.440.60
HSV15°45°78°
CMYK 0.000.340.45   0.22
XYZ33.978129.053718.0044
Yxy29.05370.41930.3585
Hunter Lab53.901518.194217.9267
CIE-Lab60.829023.700422.6889

#c6826c color RGB value is (198,130,108).

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

The process color (four color CMYK) of #c6826c color hex is 0.00, 0.34, 0.45, 0.22. Web safe color of #c6826c is #cc9966. Color #c6826c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 01101100
Octal 306 202 154
Decimal 198 130 108
Hex C6 82 6C

RGB Percentages of Color #c6826c

%45.41
%29.82
%24.77

CMYK Percentages of Color #c6826c

%0
%34
%45
%22

Triadic Colors of #c6826c

#c6826c #6cc682 #826cc6

Analogous Colors of #c6826c

#c6826c #c6af6c #c66c83

Monochromatic Colors of #c6826c

#c6826c

Complementary Color

#c6826c #6cb0c6

#c6826c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6826c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6826c Color CSS Codes

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

#c6826c Text Font Color

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

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


#c6826c Background Color

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

This div background color is #c6826c


#c6826c Border Color

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

This div border color is #c6826c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6826c


Comments

No comments written yet.

Please login to write comment.