Color Hex Logo

#c68d7a Color Hex

#C68D7A
(198,141,122)
0 Favorites   0 Comments

Color spaces of #c68d7a

RGB 198141122
HSL0.040.400.63
HSV15°38°78°
CMYK 0.000.290.38   0.22
XYZ36.326432.460722.7633
Yxy32.46070.39680.3546
Hunter Lab56.974314.105316.1935
CIE-Lab63.721819.224918.7503

#c68d7a color RGB value is (198,141,122).

#c68d7a hex color red value is 198, green value is 141 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c68d7a hue: 0.04 , saturation: 0.40 and the lightness value of c68d7a is 0.63.

The process color (four color CMYK) of #c68d7a color hex is 0.00, 0.29, 0.38, 0.22. Web safe color of #c68d7a is #cc9966. Color #c68d7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 01111010
Octal 306 215 172
Decimal 198 141 122
Hex C6 8D 7A

RGB Percentages of Color #c68d7a

%42.95
%30.59
%26.46

CMYK Percentages of Color #c68d7a

%0
%29
%38
%22

Triadic Colors of #c68d7a

#c68d7a #7ac68d #8d7ac6

Analogous Colors of #c68d7a

#c68d7a #c6b37a #c67a8d

Monochromatic Colors of #c68d7a

#c68d7a

Complementary Color

#c68d7a #7ab3c6

#c68d7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68d7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68d7a Color CSS Codes

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

#c68d7a Text Font Color

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

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


#c68d7a Background Color

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

This div background color is #c68d7a


#c68d7a Border Color

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

This div border color is #c68d7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68d7a


Comments

No comments written yet.

Please login to write comment.