Color Hex Logo

#c66551 Color Hex

#C66551
(198,101,81)
0 Favorites   0 Comments

Color spaces of #c66551

RGB 19810181
HSL0.030.510.55
HSV10°59°78°
CMYK 0.000.490.59   0.22
XYZ29.427621.907210.4621
Yxy21.90720.47620.3545
Hunter Lab46.805130.318619.5108
CIE-Lab53.928436.837828.9618

#c66551 color RGB value is (198,101,81).

#c66551 hex color red value is 198, green value is 101 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #c66551 hue: 0.03 , saturation: 0.51 and the lightness value of c66551 is 0.55.

The process color (four color CMYK) of #c66551 color hex is 0.00, 0.49, 0.59, 0.22. Web safe color of #c66551 is #cc6666. Color #c66551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 01010001
Octal 306 145 121
Decimal 198 101 81
Hex C6 65 51

RGB Percentages of Color #c66551

%52.11
%26.58
%21.32

CMYK Percentages of Color #c66551

%0
%49
%59
%22

Triadic Colors of #c66551

#c66551 #51c665 #6551c6

Analogous Colors of #c66551

#c66551 #c6a051 #c65178

Monochromatic Colors of #c66551

#c66551

Complementary Color

#c66551 #51b2c6

#c66551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66551 Color CSS Codes

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

#c66551 Text Font Color

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

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


#c66551 Background Color

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

This div background color is #c66551


#c66551 Border Color

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

This div border color is #c66551


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,101,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66551


Comments

No comments written yet.

Please login to write comment.