Color Hex Logo

#c4695d Color Hex

#C4695D
(196,105,93)
0 Favorites   0 Comments

Color spaces of #c4695d

RGB 19610593
HSL0.020.470.57
HSV53°77°
CMYK 0.000.460.53   0.23
XYZ29.792322.629213.1536
Yxy22.62920.45430.3451
Hunter Lab47.570228.543416.9049
CIE-Lab54.688334.953923.0079

#c4695d color RGB value is (196,105,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101001 01011101
Octal 304 151 135
Decimal 196 105 93
Hex C4 69 5D

RGB Percentages of Color #c4695d

%49.75
%26.65
%23.60

CMYK Percentages of Color #c4695d

%0
%46
%53
%23

Triadic Colors of #c4695d

#c4695d #5dc469 #695dc4

Analogous Colors of #c4695d

#c4695d #c49d5d #c45d85

Monochromatic Colors of #c4695d

#c4695d

Complementary Color

#c4695d #5db8c4

#c4695d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4695d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4695d Color CSS Codes

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

#c4695d Text Font Color

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

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


#c4695d Background Color

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

This div background color is #c4695d


#c4695d Border Color

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

This div border color is #c4695d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4695d


Comments

No comments written yet.

Please login to write comment.