Color Hex Logo

#c4918a Color Hex

#C4918A
(196,145,138)
0 Favorites   0 Comments

Color spaces of #c4918a

RGB 196145138
HSL0.020.330.65
HSV30°77°
CMYK 0.000.260.30   0.23
XYZ37.477833.821528.5977
Yxy33.82150.37520.3386
Hunter Lab58.156313.257811.5542
CIE-Lab64.820618.282511.2643

#c4918a color RGB value is (196,145,138).

#c4918a hex color red value is 196, green value is 145 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c4918a hue: 0.02 , saturation: 0.33 and the lightness value of c4918a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010001 10001010
Octal 304 221 212
Decimal 196 145 138
Hex C4 91 8A

RGB Percentages of Color #c4918a

%40.92
%30.27
%28.81

CMYK Percentages of Color #c4918a

%0
%26
%30
%23

Triadic Colors of #c4918a

#c4918a #8ac491 #918ac4

Analogous Colors of #c4918a

#c4918a #c4ae8a #c48aa0

Monochromatic Colors of #c4918a

#c4918a

Complementary Color

#c4918a #8abdc4

#c4918a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4918a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4918a Color CSS Codes

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

#c4918a Text Font Color

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

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


#c4918a Background Color

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

This div background color is #c4918a


#c4918a Border Color

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

This div border color is #c4918a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4918a


Comments

No comments written yet.

Please login to write comment.