Color Hex Logo

#c66a4a Color Hex

#C66A4A
(198,106,74)
0 Favorites   0 Comments

Color spaces of #c66a4a

RGB 19810674
HSL0.040.520.53
HSV15°63°78°
CMYK 0.000.460.63   0.22
XYZ29.678822.80829.3168
Yxy22.80820.48020.3690
Hunter Lab47.757927.351121.8640
CIE-Lab54.874233.720834.0652

#c66a4a color RGB value is (198,106,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 01001010
Octal 306 152 112
Decimal 198 106 74
Hex C6 6A 4A

RGB Percentages of Color #c66a4a

%52.38
%28.04
%19.58

CMYK Percentages of Color #c66a4a

%0
%46
%63
%22

Triadic Colors of #c66a4a

#c66a4a #4ac66a #6a4ac6

Analogous Colors of #c66a4a

#c66a4a #c6a84a #c64a68

Monochromatic Colors of #c66a4a

#c66a4a

Complementary Color

#c66a4a #4aa6c6

#c66a4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66a4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66a4a Color CSS Codes

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

#c66a4a Text Font Color

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

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


#c66a4a Background Color

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

This div background color is #c66a4a


#c66a4a Border Color

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

This div border color is #c66a4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,106,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 #c66a4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66a4a


Comments

No comments written yet.

Please login to write comment.