Color Hex Logo

#c6065d Color Hex

#C6065D
(198,6,93)
0 Favorites   0 Comments

Color spaces of #c6065d

RGB 198693
HSL0.920.940.40
HSV333°97°78°
CMYK 0.000.970.53   0.22
XYZ25.329612.926311.5159
Yxy12.92630.50890.2597
Hunter Lab35.953262.83826.1765
CIE-Lab42.652068.95066.5419

#c6065d color RGB value is (198,6,93).

#c6065d hex color red value is 198, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c6065d hue: 0.92 , saturation: 0.94 and the lightness value of c6065d is 0.40.

The process color (four color CMYK) of #c6065d color hex is 0.00, 0.97, 0.53, 0.22. Web safe color of #c6065d is #cc0066. Color #c6065d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000110 01011101
Octal 306 6 135
Decimal 198 6 93
Hex C6 6 5D

RGB Percentages of Color #c6065d

%66.67
%2.02
%31.31

CMYK Percentages of Color #c6065d

%0
%97
%53
%22

Triadic Colors of #c6065d

#c6065d #5dc606 #065dc6

Analogous Colors of #c6065d

#c6065d #c60f06 #c606bd

Monochromatic Colors of #c6065d

#c6065d

Complementary Color

#c6065d #06c66f

#c6065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6065d Color CSS Codes

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

#c6065d Text Font Color

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

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


#c6065d Background Color

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

This div background color is #c6065d


#c6065d Border Color

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

This div border color is #c6065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6065d


Comments

No comments written yet.

Please login to write comment.