Color Hex Logo

#c65920 Color Hex

#C65920
(198,89,32)
0 Favorites   0 Comments

Color spaces of #c65920

RGB 1988932
HSL0.060.720.45
HSV21°84°78°
CMYK 0.000.550.84   0.22
XYZ27.121819.25483.6536
Yxy19.25480.54210.3849
Hunter Lab43.880333.537925.7795
CIE-Lab50.984040.453350.9811

#c65920 color RGB value is (198,89,32).

#c65920 hex color red value is 198, green value is 89 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c65920 hue: 0.06 , saturation: 0.72 and the lightness value of c65920 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011001 00100000
Octal 306 131 40
Decimal 198 89 32
Hex C6 59 20

RGB Percentages of Color #c65920

%62.07
%27.90
%10.03

CMYK Percentages of Color #c65920

%0
%55
%84
%22

Triadic Colors of #c65920

#c65920 #20c659 #5920c6

Analogous Colors of #c65920

#c65920 #c6ac20 #c6203a

Monochromatic Colors of #c65920

#c65920

Complementary Color

#c65920 #208dc6

#c65920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65920 Color CSS Codes

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

#c65920 Text Font Color

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

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


#c65920 Background Color

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

This div background color is #c65920


#c65920 Border Color

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

This div border color is #c65920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65920


Comments

No comments written yet.

Please login to write comment.