Color Hex Logo

#c6906d Color Hex

#C6906D
(198,144,109)
0 Favorites   0 Comments

Color spaces of #c6906d

RGB 198144109
HSL0.070.440.60
HSV24°45°78°
CMYK 0.000.270.45   0.22
XYZ36.022333.056418.9499
Yxy33.05640.40920.3755
Hunter Lab57.494711.220320.7047
CIE-Lab64.206616.120326.6234

#c6906d color RGB value is (198,144,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010000 01101101
Octal 306 220 155
Decimal 198 144 109
Hex C6 90 6D

RGB Percentages of Color #c6906d

%43.90
%31.93
%24.17

CMYK Percentages of Color #c6906d

%0
%27
%45
%22

Triadic Colors of #c6906d

#c6906d #6dc690 #906dc6

Analogous Colors of #c6906d

#c6906d #c6bd6d #c66d77

Monochromatic Colors of #c6906d

#c6906d

Complementary Color

#c6906d #6da3c6

#c6906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6906d Color CSS Codes

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

#c6906d Text Font Color

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

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


#c6906d Background Color

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

This div background color is #c6906d


#c6906d Border Color

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

This div border color is #c6906d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,144,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 #c6906d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6906d


Comments

No comments written yet.

Please login to write comment.