Color Hex Logo

#c66358 Color Hex

#C66358
(198,99,88)
0 Favorites   0 Comments

Color spaces of #c66358

RGB 1989988
HSL0.020.490.56
HSV56°78°
CMYK 0.000.500.56   0.22
XYZ29.512021.634011.8529
Yxy21.63400.46850.3434
Hunter Lab46.512431.861217.4496
CIE-Lab53.636538.419124.5670

#c66358 color RGB value is (198,99,88).

#c66358 hex color red value is 198, green value is 99 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c66358 hue: 0.02 , saturation: 0.49 and the lightness value of c66358 is 0.56.

The process color (four color CMYK) of #c66358 color hex is 0.00, 0.50, 0.56, 0.22. Web safe color of #c66358 is #cc6666. Color #c66358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100011 01011000
Octal 306 143 130
Decimal 198 99 88
Hex C6 63 58

RGB Percentages of Color #c66358

%51.43
%25.71
%22.86

CMYK Percentages of Color #c66358

%0
%50
%56
%22

Triadic Colors of #c66358

#c66358 #58c663 #6358c6

Analogous Colors of #c66358

#c66358 #c69a58 #c65884

Monochromatic Colors of #c66358

#c66358

Complementary Color

#c66358 #58bbc6

#c66358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66358 Color CSS Codes

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

#c66358 Text Font Color

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

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


#c66358 Background Color

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

This div background color is #c66358


#c66358 Border Color

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

This div border color is #c66358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66358


Comments

No comments written yet.

Please login to write comment.