Color Hex Logo

#c6756b Color Hex

#C6756B
(198,117,107)
0 Favorites   0 Comments

Color spaces of #c6756b

RGB 198117107
HSL0.020.440.60
HSV46°78°
CMYK 0.000.410.46   0.22
XYZ32.303825.789917.1853
Yxy25.78990.42910.3426
Hunter Lab50.783824.673215.4848
CIE-Lab57.837130.669519.2211

#c6756b color RGB value is (198,117,107).

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

The process color (four color CMYK) of #c6756b color hex is 0.00, 0.41, 0.46, 0.22. Web safe color of #c6756b is #cc6666. Color #c6756b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110101 01101011
Octal 306 165 153
Decimal 198 117 107
Hex C6 75 6B

RGB Percentages of Color #c6756b

%46.92
%27.73
%25.36

CMYK Percentages of Color #c6756b

%0
%41
%46
%22

Triadic Colors of #c6756b

#c6756b #6bc675 #756bc6

Analogous Colors of #c6756b

#c6756b #c6a36b #c66b8f

Monochromatic Colors of #c6756b

#c6756b

Complementary Color

#c6756b #6bbcc6

#c6756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6756b Color CSS Codes

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

#c6756b Text Font Color

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

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


#c6756b Background Color

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

This div background color is #c6756b


#c6756b Border Color

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

This div border color is #c6756b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6756b


Comments

No comments written yet.

Please login to write comment.