Color Hex Logo

#c98830 Color Hex

#C98830
(201,136,48)
0 Favorites   0 Comments

Color spaces of #c98830

RGB 20113648
HSL0.100.610.49
HSV35°76°79°
CMYK 0.000.320.76   0.21
XYZ33.425130.23926.8714
Yxy30.23920.47390.4287
Hunter Lab54.990212.266231.0844
CIE-Lab61.860117.320554.6149

#c98830 color RGB value is (201,136,48).

#c98830 hex color red value is 201, green value is 136 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c98830 hue: 0.10 , saturation: 0.61 and the lightness value of c98830 is 0.49.

The process color (four color CMYK) of #c98830 color hex is 0.00, 0.32, 0.76, 0.21. Web safe color of #c98830 is #cc9933. Color #c98830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 00110000
Octal 311 210 60
Decimal 201 136 48
Hex C9 88 30

RGB Percentages of Color #c98830

%52.21
%35.32
%12.47

CMYK Percentages of Color #c98830

%0
%32
%76
%21

Triadic Colors of #c98830

#c98830 #30c988 #8830c9

Analogous Colors of #c98830

#c98830 #bec930 #c93c30

Monochromatic Colors of #c98830

#c98830

Complementary Color

#c98830 #3071c9

#c98830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98830 Color CSS Codes

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

#c98830 Text Font Color

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

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


#c98830 Background Color

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

This div background color is #c98830


#c98830 Border Color

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

This div border color is #c98830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98830


Comments

No comments written yet.

Please login to write comment.