Color Hex Logo

#c6696d Color Hex

#C6696D
(198,105,109)
0 Favorites   0 Comments

Color spaces of #c6696d

RGB 198105109
HSL0.990.450.59
HSV357°47°78°
CMYK 0.000.470.45   0.22
XYZ31.100623.213017.3094
Yxy23.21300.43420.3241
Hunter Lab48.179930.908812.4250
CIE-Lab55.291137.256614.5718

#c6696d color RGB value is (198,105,109).

#c6696d hex color red value is 198, green value is 105 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6696d hue: 0.99 , saturation: 0.45 and the lightness value of c6696d is 0.59.

The process color (four color CMYK) of #c6696d color hex is 0.00, 0.47, 0.45, 0.22. Web safe color of #c6696d is #cc6666. Color #c6696d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 01101101
Octal 306 151 155
Decimal 198 105 109
Hex C6 69 6D

RGB Percentages of Color #c6696d

%48.06
%25.49
%26.46

CMYK Percentages of Color #c6696d

%0
%47
%45
%22

Triadic Colors of #c6696d

#c6696d #6dc669 #696dc6

Analogous Colors of #c6696d

#c6696d #c69469 #c6699c

Monochromatic Colors of #c6696d

#c6696d

Complementary Color

#c6696d #69c6c2

#c6696d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6696d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6696d Color CSS Codes

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

#c6696d Text Font Color

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

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


#c6696d Background Color

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

This div background color is #c6696d


#c6696d Border Color

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

This div border color is #c6696d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6696d


Comments

No comments written yet.

Please login to write comment.