Color Hex Logo

#c98848 Color Hex

#C98848
(201,136,72)
0 Favorites   0 Comments

Color spaces of #c98848

RGB 20113672
HSL0.080.540.54
HSV30°64°79°
CMYK 0.000.320.64   0.21
XYZ34.061330.493710.2215
Yxy30.49370.45550.4078
Hunter Lab55.221113.464927.6801
CIE-Lab62.077918.606743.7203

#c98848 color RGB value is (201,136,72).

#c98848 hex color red value is 201, green value is 136 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c98848 hue: 0.08 , saturation: 0.54 and the lightness value of c98848 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 01001000
Octal 311 210 110
Decimal 201 136 72
Hex C9 88 48

RGB Percentages of Color #c98848

%49.14
%33.25
%17.60

CMYK Percentages of Color #c98848

%0
%32
%64
%21

Triadic Colors of #c98848

#c98848 #48c988 #8848c9

Analogous Colors of #c98848

#c98848 #c9c948 #c94849

Monochromatic Colors of #c98848

#c98848

Complementary Color

#c98848 #4889c9

#c98848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98848 Color CSS Codes

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

#c98848 Text Font Color

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

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


#c98848 Background Color

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

This div background color is #c98848


#c98848 Border Color

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

This div border color is #c98848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98848


Comments

No comments written yet.

Please login to write comment.