Color Hex Logo

#c68199 Color Hex

#C68199
(198,129,153)
0 Favorites   0 Comments

Color spaces of #c68199

RGB 198129153
HSL0.940.380.64
HSV339°35°78°
CMYK 0.000.350.23   0.22
XYZ36.888730.006233.9845
Yxy30.00620.36570.2974
Hunter Lab54.777924.34461.5607
CIE-Lab61.659629.9766-1.7700

#c68199 color RGB value is (198,129,153).

#c68199 hex color red value is 198, green value is 129 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c68199 hue: 0.94 , saturation: 0.38 and the lightness value of c68199 is 0.64.

The process color (four color CMYK) of #c68199 color hex is 0.00, 0.35, 0.23, 0.22. Web safe color of #c68199 is #cc9999. Color #c68199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 10011001
Octal 306 201 231
Decimal 198 129 153
Hex C6 81 99

RGB Percentages of Color #c68199

%41.25
%26.88
%31.88

CMYK Percentages of Color #c68199

%0
%35
%23
%22

Triadic Colors of #c68199

#c68199 #99c681 #8199c6

Analogous Colors of #c68199

#c68199 #c68c81 #c681bc

Monochromatic Colors of #c68199

#c68199

Complementary Color

#c68199 #81c6ae

#c68199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68199 Color CSS Codes

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

#c68199 Text Font Color

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

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


#c68199 Background Color

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

This div background color is #c68199


#c68199 Border Color

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

This div border color is #c68199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68199


Comments

No comments written yet.

Please login to write comment.