Color Hex Logo

#c06565 Color Hex

#C06565
(192,101,101)
0 Favorites   0 Comments

Color spaces of #c06565

RGB 192101101
HSL0.000.420.57
HSV47°75°
CMYK 0.000.470.47   0.25
XYZ28.740921.453414.9380
Yxy21.45340.44130.3294
Hunter Lab46.317829.705813.3008
CIE-Lab53.442236.281816.5767

#c06565 color RGB value is (192,101,101).

#c06565 hex color red value is 192, green value is 101 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c06565 hue: 0.00 , saturation: 0.42 and the lightness value of c06565 is 0.57.

The process color (four color CMYK) of #c06565 color hex is 0.00, 0.47, 0.47, 0.25. Web safe color of #c06565 is #cc6666. Color #c06565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100101 01100101
Octal 300 145 145
Decimal 192 101 101
Hex C0 65 65

RGB Percentages of Color #c06565

%48.73
%25.63
%25.63

CMYK Percentages of Color #c06565

%0
%47
%47
%25

Triadic Colors of #c06565

#c06565 #65c065 #6565c0

Analogous Colors of #c06565

#c06565 #c09365 #c06593

Monochromatic Colors of #c06565

#c06565

Complementary Color

#c06565 #65c0c0

#c06565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06565 Color CSS Codes

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

#c06565 Text Font Color

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

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


#c06565 Background Color

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

This div background color is #c06565


#c06565 Border Color

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

This div border color is #c06565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06565

#c06565 Color Palettes


Comments

No comments written yet.

Please login to write comment.