Color Hex Logo

#c98319 Color Hex

#C98319
(201,131,25)
0 Favorites   0 Comments

Color spaces of #c98319

RGB 20113125
HSL0.100.780.44
HSV36°88°79°
CMYK 0.000.350.88   0.21
XYZ32.379228.72034.7567
Yxy28.72030.49170.4361
Hunter Lab53.591314.062632.2514
CIE-Lab60.534019.316261.5164

#c98319 color RGB value is (201,131,25).

#c98319 hex color red value is 201, green value is 131 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c98319 hue: 0.10 , saturation: 0.78 and the lightness value of c98319 is 0.44.

The process color (four color CMYK) of #c98319 color hex is 0.00, 0.35, 0.88, 0.21. Web safe color of #c98319 is #cc9900. Color #c98319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000011 00011001
Octal 311 203 31
Decimal 201 131 25
Hex C9 83 19

RGB Percentages of Color #c98319

%56.30
%36.69
%7.00

CMYK Percentages of Color #c98319

%0
%35
%88
%21

Triadic Colors of #c98319

#c98319 #19c983 #8319c9

Analogous Colors of #c98319

#c98319 #b7c919 #c92b19

Monochromatic Colors of #c98319

#c98319

Complementary Color

#c98319 #195fc9

#c98319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98319 Color CSS Codes

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

#c98319 Text Font Color

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

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


#c98319 Background Color

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

This div background color is #c98319


#c98319 Border Color

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

This div border color is #c98319


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,131,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c98319; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c98319;
  -webkit-box-shadow: 1px 1px 3px 2px #c98319;
  box-shadow:         1px 1px 3px 2px #c98319; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,131,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98319


Comments

No comments written yet.

Please login to write comment.