Color Hex Logo

#c69594 Color Hex

#C69594
(198,149,148)
0 Favorites   0 Comments

Color spaces of #c69594

RGB 198149148
HSL0.000.300.68
HSV25°78°
CMYK 0.000.250.25   0.22
XYZ39.381435.638832.8203
Yxy35.63880.36520.3305
Hunter Lab59.698213.28009.1929
CIE-Lab66.243018.25717.6997

#c69594 color RGB value is (198,149,148).

#c69594 hex color red value is 198, green value is 149 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c69594 hue: 0.00 , saturation: 0.30 and the lightness value of c69594 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010101 10010100
Octal 306 225 224
Decimal 198 149 148
Hex C6 95 94

RGB Percentages of Color #c69594

%40.00
%30.10
%29.90

CMYK Percentages of Color #c69594

%0
%25
%25
%22

Triadic Colors of #c69594

#c69594 #94c695 #9594c6

Analogous Colors of #c69594

#c69594 #c6ae94 #c694ac

Monochromatic Colors of #c69594

#c69594

Complementary Color

#c69594 #94c5c6

#c69594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69594 Color CSS Codes

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

#c69594 Text Font Color

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

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


#c69594 Background Color

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

This div background color is #c69594


#c69594 Border Color

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

This div border color is #c69594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69594


Comments

No comments written yet.

Please login to write comment.