Color Hex Logo

#c68883 Color Hex

#C68883
(198,136,131)
0 Favorites   0 Comments

Color spaces of #c68883

RGB 198136131
HSL0.010.370.65
HSV34°78°
CMYK 0.000.310.34   0.22
XYZ36.189631.252825.5977
Yxy31.25280.38900.3359
Hunter Lab55.904217.719711.9849
CIE-Lab62.720523.085112.2884

#c68883 color RGB value is (198,136,131).

#c68883 hex color red value is 198, green value is 136 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c68883 hue: 0.01 , saturation: 0.37 and the lightness value of c68883 is 0.65.

The process color (four color CMYK) of #c68883 color hex is 0.00, 0.31, 0.34, 0.22. Web safe color of #c68883 is #cc9999. Color #c68883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 10000011
Octal 306 210 203
Decimal 198 136 131
Hex C6 88 83

RGB Percentages of Color #c68883

%42.58
%29.25
%28.17

CMYK Percentages of Color #c68883

%0
%31
%34
%22

Triadic Colors of #c68883

#c68883 #83c688 #8883c6

Analogous Colors of #c68883

#c68883 #c6aa83 #c683a0

Monochromatic Colors of #c68883

#c68883

Complementary Color

#c68883 #83c1c6

#c68883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68883 Color CSS Codes

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

#c68883 Text Font Color

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

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


#c68883 Background Color

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

This div background color is #c68883


#c68883 Border Color

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

This div border color is #c68883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68883


Comments

No comments written yet.

Please login to write comment.