Color Hex Logo

#c49198 Color Hex

#C49198
(196,145,152)
0 Favorites   0 Comments

Color spaces of #c49198

RGB 196145152
HSL0.980.300.67
HSV352°26°77°
CMYK 0.000.260.22   0.23
XYZ38.557834.253634.2851
Yxy34.25360.36000.3198
Hunter Lab58.526615.17586.2363
CIE-Lab65.163420.29393.8723

#c49198 color RGB value is (196,145,152).

#c49198 hex color red value is 196, green value is 145 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c49198 hue: 0.98 , saturation: 0.30 and the lightness value of c49198 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 10011000
Octal 304 221 230
Decimal 196 145 152
Hex C4 91 98

RGB Percentages of Color #c49198

%39.76
%29.41
%30.83

CMYK Percentages of Color #c49198

%0
%26
%22
%23

Triadic Colors of #c49198

#c49198 #98c491 #9198c4

Analogous Colors of #c49198

#c49198 #c4a491 #c491b2

Monochromatic Colors of #c49198

#c49198

Complementary Color

#c49198 #91c4bd

#c49198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49198 Color CSS Codes

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

#c49198 Text Font Color

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

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


#c49198 Background Color

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

This div background color is #c49198


#c49198 Border Color

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

This div border color is #c49198


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,145,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c49198; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c49198;
  -webkit-box-shadow: 1px 1px 3px 2px #c49198;
  box-shadow:         1px 1px 3px 2px #c49198; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,145,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49198


Comments

No comments written yet.

Please login to write comment.