Color Hex Logo

#c98529 Color Hex

#C98529
(201,133,41)
0 Favorites   0 Comments

Color spaces of #c98529

RGB 20113341
HSL0.100.660.47
HSV35°80°79°
CMYK 0.000.340.80   0.21
XYZ32.875229.35276.0307
Yxy29.35270.48160.4300
Hunter Lab54.178113.501831.3250
CIE-Lab61.091718.686556.6796

#c98529 color RGB value is (201,133,41).

#c98529 hex color red value is 201, green value is 133 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c98529 hue: 0.10 , saturation: 0.66 and the lightness value of c98529 is 0.47.

The process color (four color CMYK) of #c98529 color hex is 0.00, 0.34, 0.80, 0.21. Web safe color of #c98529 is #cc9933. Color #c98529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 00101001
Octal 311 205 51
Decimal 201 133 41
Hex C9 85 29

RGB Percentages of Color #c98529

%53.60
%35.47
%10.93

CMYK Percentages of Color #c98529

%0
%34
%80
%21

Triadic Colors of #c98529

#c98529 #29c985 #8529c9

Analogous Colors of #c98529

#c98529 #bdc929 #c93529

Monochromatic Colors of #c98529

#c98529

Complementary Color

#c98529 #296dc9

#c98529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98529 Color CSS Codes

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

#c98529 Text Font Color

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

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


#c98529 Background Color

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

This div background color is #c98529


#c98529 Border Color

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

This div border color is #c98529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98529


Comments

No comments written yet.

Please login to write comment.