Color Hex Logo

#c7655f Color Hex

#C7655F
(199,101,95)
0 Favorites   0 Comments

Color spaces of #c7655f

RGB 19910195
HSL0.010.480.58
HSV52°78°
CMYK 0.000.490.52   0.22
XYZ30.272422.275713.5306
Yxy22.27570.45810.3371
Hunter Lab47.197131.895516.0406
CIE-Lab54.318338.363521.4342

#c7655f color RGB value is (199,101,95).

#c7655f hex color red value is 199, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c7655f hue: 0.01 , saturation: 0.48 and the lightness value of c7655f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100101 01011111
Octal 307 145 137
Decimal 199 101 95
Hex C7 65 5F

RGB Percentages of Color #c7655f

%50.38
%25.57
%24.05

CMYK Percentages of Color #c7655f

%0
%49
%52
%22

Triadic Colors of #c7655f

#c7655f #5fc765 #655fc7

Analogous Colors of #c7655f

#c7655f #c7995f #c75f8d

Monochromatic Colors of #c7655f

#c7655f

Complementary Color

#c7655f #5fc1c7

#c7655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7655f Color CSS Codes

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

#c7655f Text Font Color

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

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


#c7655f Background Color

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

This div background color is #c7655f


#c7655f Border Color

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

This div border color is #c7655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7655f


Comments

No comments written yet.

Please login to write comment.