Color Hex Logo

#c7664a Color Hex

#C7664A
(199,102,74)
0 Favorites   0 Comments

Color spaces of #c7664a

RGB 19910274
HSL0.040.530.54
HSV13°63°78°
CMYK 0.000.490.63   0.22
XYZ29.540622.13939.1949
Yxy22.13930.48530.3637
Hunter Lab47.052429.724721.3503
CIE-Lab54.174536.209533.2448

#c7664a color RGB value is (199,102,74).

#c7664a hex color red value is 199, green value is 102 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c7664a hue: 0.04 , saturation: 0.53 and the lightness value of c7664a is 0.54.

The process color (four color CMYK) of #c7664a color hex is 0.00, 0.49, 0.63, 0.22. Web safe color of #c7664a is #cc6633. Color #c7664a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100110 01001010
Octal 307 146 112
Decimal 199 102 74
Hex C7 66 4A

RGB Percentages of Color #c7664a

%53.07
%27.20
%19.73

CMYK Percentages of Color #c7664a

%0
%49
%63
%22

Triadic Colors of #c7664a

#c7664a #4ac766 #664ac7

Analogous Colors of #c7664a

#c7664a #c7a54a #c74a6d

Monochromatic Colors of #c7664a

#c7664a

Complementary Color

#c7664a #4aabc7

#c7664a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7664a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7664a Color CSS Codes

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

#c7664a Text Font Color

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

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


#c7664a Background Color

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

This div background color is #c7664a


#c7664a Border Color

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

This div border color is #c7664a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,102,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7664a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7664a;
  -webkit-box-shadow: 1px 1px 3px 2px #c7664a;
  box-shadow:         1px 1px 3px 2px #c7664a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,102,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7664a


Comments

No comments written yet.

Please login to write comment.