Color Hex Logo

#c56666 Color Hex

#C56666
(197,102,102)
1 Favorites   0 Comments

Color spaces of #c56666

RGB 197102102
HSL0.000.450.59
HSV48°77°
CMYK 0.000.480.48   0.23
XYZ30.175622.332415.2905
Yxy22.33240.44510.3294
Hunter Lab47.257231.279413.8962
CIE-Lab54.377937.742317.3850

#c56666 color RGB value is (197,102,102).

#c56666 hex color red value is 197, green value is 102 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c56666 hue: 0.00 , saturation: 0.45 and the lightness value of c56666 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 01100110
Octal 305 146 146
Decimal 197 102 102
Hex C5 66 66

RGB Percentages of Color #c56666

%49.13
%25.44
%25.44

CMYK Percentages of Color #c56666

%0
%48
%48
%23

Triadic Colors of #c56666

#c56666 #66c566 #6666c5

Analogous Colors of #c56666

#c56666 #c59666 #c56696

Monochromatic Colors of #c56666

#c56666

Complementary Color

#c56666 #66c5c5

#c56666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c56666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c56666 Color CSS Codes

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

#c56666 Text Font Color

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

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


#c56666 Background Color

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

This div background color is #c56666


#c56666 Border Color

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

This div border color is #c56666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c56666

#c56666 Color Palettes


Comments

No comments written yet.

Please login to write comment.