Color Hex Logo

#c65667 Color Hex

#C65667
(198,86,103)
0 Favorites   0 Comments

Color spaces of #c65667

RGB 19886103
HSL0.970.500.56
HSV351°57°78°
CMYK 0.000.570.48   0.22
XYZ29.064719.640615.0911
Yxy19.64060.45560.3079
Hunter Lab44.317739.508910.8329
CIE-Lab51.428446.217512.7535

#c65667 color RGB value is (198,86,103).

#c65667 hex color red value is 198, green value is 86 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #c65667 hue: 0.97 , saturation: 0.50 and the lightness value of c65667 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010110 01100111
Octal 306 126 147
Decimal 198 86 103
Hex C6 56 67

RGB Percentages of Color #c65667

%51.16
%22.22
%26.61

CMYK Percentages of Color #c65667

%0
%57
%48
%22

Triadic Colors of #c65667

#c65667 #67c656 #5667c6

Analogous Colors of #c65667

#c65667 #c67d56 #c6569f

Monochromatic Colors of #c65667

#c65667

Complementary Color

#c65667 #56c6b5

#c65667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65667 Color CSS Codes

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

#c65667 Text Font Color

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

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


#c65667 Background Color

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

This div background color is #c65667


#c65667 Border Color

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

This div border color is #c65667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65667


Comments

No comments written yet.

Please login to write comment.