Color Hex Logo

#c68192 Color Hex

#C68192
(198,129,146)
0 Favorites   0 Comments

Color spaces of #c68192

RGB 198129146
HSL0.960.380.64
HSV345°35°78°
CMYK 0.000.350.26   0.22
XYZ36.327329.781631.0279
Yxy29.78160.37400.3066
Hunter Lab54.572523.32024.4907
CIE-Lab61.465328.95421.9493

#c68192 color RGB value is (198,129,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 10010010
Octal 306 201 222
Decimal 198 129 146
Hex C6 81 92

RGB Percentages of Color #c68192

%41.86
%27.27
%30.87

CMYK Percentages of Color #c68192

%0
%35
%26
%22

Triadic Colors of #c68192

#c68192 #92c681 #8192c6

Analogous Colors of #c68192

#c68192 #c69381 #c681b5

Monochromatic Colors of #c68192

#c68192

Complementary Color

#c68192 #81c6b5

#c68192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68192 Color CSS Codes

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

#c68192 Text Font Color

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

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


#c68192 Background Color

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

This div background color is #c68192


#c68192 Border Color

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

This div border color is #c68192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68192


Comments

No comments written yet.

Please login to write comment.