Color Hex Logo

#c66761 Color Hex

#C66761
(198,103,97)
0 Favorites   0 Comments

Color spaces of #c66761

RGB 19810397
HSL0.010.470.58
HSV51°78°
CMYK 0.000.480.51   0.22
XYZ30.296622.569314.0688
Yxy22.56930.45260.3372
Hunter Lab47.507230.696815.6968
CIE-Lab54.625937.128720.6584

#c66761 color RGB value is (198,103,97).

#c66761 hex color red value is 198, green value is 103 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c66761 hue: 0.01 , saturation: 0.47 and the lightness value of c66761 is 0.58.

The process color (four color CMYK) of #c66761 color hex is 0.00, 0.48, 0.51, 0.22. Web safe color of #c66761 is #cc6666. Color #c66761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100111 01100001
Octal 306 147 141
Decimal 198 103 97
Hex C6 67 61

RGB Percentages of Color #c66761

%49.75
%25.88
%24.37

CMYK Percentages of Color #c66761

%0
%48
%51
%22

Triadic Colors of #c66761

#c66761 #61c667 #6761c6

Analogous Colors of #c66761

#c66761 #c69a61 #c6618e

Monochromatic Colors of #c66761

#c66761

Complementary Color

#c66761 #61c0c6

#c66761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66761 Color CSS Codes

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

#c66761 Text Font Color

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

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


#c66761 Background Color

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

This div background color is #c66761


#c66761 Border Color

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

This div border color is #c66761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66761


Comments

No comments written yet.

Please login to write comment.