Color Hex Logo

#c4976d Color Hex

#C4976D
(196,151,109)
0 Favorites   0 Comments

Color spaces of #c4976d

RGB 196151109
HSL0.080.420.60
HSV29°44°77°
CMYK 0.000.230.44   0.23
XYZ36.591934.973119.2899
Yxy34.97310.40280.3849
Hunter Lab59.13816.956022.0572
CIE-Lab65.727711.460728.5822

#c4976d color RGB value is (196,151,109).

#c4976d hex color red value is 196, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c4976d hue: 0.08 , saturation: 0.42 and the lightness value of c4976d is 0.60.

The process color (four color CMYK) of #c4976d color hex is 0.00, 0.23, 0.44, 0.23. Web safe color of #c4976d is #cc9966. Color #c4976d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010111 01101101
Octal 304 227 155
Decimal 196 151 109
Hex C4 97 6D

RGB Percentages of Color #c4976d

%42.98
%33.11
%23.90

CMYK Percentages of Color #c4976d

%0
%23
%44
%23

Triadic Colors of #c4976d

#c4976d #6dc497 #976dc4

Analogous Colors of #c4976d

#c4976d #c4c36d #c46d6f

Monochromatic Colors of #c4976d

#c4976d

Complementary Color

#c4976d #6d9ac4

#c4976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4976d Color CSS Codes

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

#c4976d Text Font Color

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

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


#c4976d Background Color

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

This div background color is #c4976d


#c4976d Border Color

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

This div border color is #c4976d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4976d


Comments

No comments written yet.

Please login to write comment.