Color Hex Logo

#c4695e Color Hex

#C4695E
(196,105,94)
0 Favorites   0 Comments

Color spaces of #c4695e

RGB 19610594
HSL0.020.460.57
HSV52°77°
CMYK 0.000.460.52   0.23
XYZ29.836922.647113.3884
Yxy22.64710.45290.3438
Hunter Lab47.589028.633616.6320
CIE-Lab54.707035.043022.4552

#c4695e color RGB value is (196,105,94).

#c4695e hex color red value is 196, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c4695e hue: 0.02 , saturation: 0.46 and the lightness value of c4695e is 0.57.

The process color (four color CMYK) of #c4695e color hex is 0.00, 0.46, 0.52, 0.23. Web safe color of #c4695e is #cc6666. Color #c4695e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101001 01011110
Octal 304 151 136
Decimal 196 105 94
Hex C4 69 5E

RGB Percentages of Color #c4695e

%49.62
%26.58
%23.80

CMYK Percentages of Color #c4695e

%0
%46
%52
%23

Triadic Colors of #c4695e

#c4695e #5ec469 #695ec4

Analogous Colors of #c4695e

#c4695e #c49c5e #c45e86

Monochromatic Colors of #c4695e

#c4695e

Complementary Color

#c4695e #5eb9c4

#c4695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4695e Color CSS Codes

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

#c4695e Text Font Color

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

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


#c4695e Background Color

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

This div background color is #c4695e


#c4695e Border Color

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

This div border color is #c4695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4695e


Comments

No comments written yet.

Please login to write comment.