Color Hex Logo

#c65940 Color Hex

#C65940
(198,89,64)
0 Favorites   0 Comments

Color spaces of #c65940

RGB 1988964
HSL0.030.540.51
HSV11°68°78°
CMYK 0.000.550.68   0.22
XYZ27.786519.52077.1538
Yxy19.52070.51020.3584
Hunter Lab44.182234.940921.3276
CIE-Lab51.290941.797835.3160

#c65940 color RGB value is (198,89,64).

#c65940 hex color red value is 198, green value is 89 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c65940 hue: 0.03 , saturation: 0.54 and the lightness value of c65940 is 0.51.

The process color (four color CMYK) of #c65940 color hex is 0.00, 0.55, 0.68, 0.22. Web safe color of #c65940 is #cc6633. Color #c65940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011001 01000000
Octal 306 131 100
Decimal 198 89 64
Hex C6 59 40

RGB Percentages of Color #c65940

%56.41
%25.36
%18.23

CMYK Percentages of Color #c65940

%0
%55
%68
%22

Triadic Colors of #c65940

#c65940 #40c659 #5940c6

Analogous Colors of #c65940

#c65940 #c69c40 #c6406a

Monochromatic Colors of #c65940

#c65940

Complementary Color

#c65940 #40adc6

#c65940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65940 Color CSS Codes

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

#c65940 Text Font Color

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

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


#c65940 Background Color

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

This div background color is #c65940


#c65940 Border Color

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

This div border color is #c65940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65940


Comments

No comments written yet.

Please login to write comment.