Color Hex Logo

#c6747d Color Hex

#C6747D
(198,116,125)
0 Favorites   0 Comments

Color spaces of #c6747d

RGB 198116125
HSL0.980.420.62
HSV353°41°78°
CMYK 0.000.410.37   0.22
XYZ33.235825.977222.6644
Yxy25.97720.40590.3173
Hunter Lab50.967827.20509.3124
CIE-Lab58.015433.22489.0837

#c6747d color RGB value is (198,116,125).

#c6747d hex color red value is 198, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c6747d hue: 0.98 , saturation: 0.42 and the lightness value of c6747d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 01111101
Octal 306 164 175
Decimal 198 116 125
Hex C6 74 7D

RGB Percentages of Color #c6747d

%45.10
%26.42
%28.47

CMYK Percentages of Color #c6747d

%0
%41
%37
%22

Triadic Colors of #c6747d

#c6747d #7dc674 #747dc6

Analogous Colors of #c6747d

#c6747d #c69474 #c674a6

Monochromatic Colors of #c6747d

#c6747d

Complementary Color

#c6747d #74c6bd

#c6747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6747d Color CSS Codes

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

#c6747d Text Font Color

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

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


#c6747d Background Color

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

This div background color is #c6747d


#c6747d Border Color

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

This div border color is #c6747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6747d


Comments

No comments written yet.

Please login to write comment.