Color Hex Logo

#c89545 Color Hex

#C89545
(200,149,69)
0 Favorites   0 Comments

Color spaces of #c89545

RGB 20014969
HSL0.100.540.53
HSV37°66°78°
CMYK 0.000.260.66   0.22
XYZ35.641034.203910.3538
Yxy34.20390.44440.4265
Hunter Lab58.48416.433130.4424
CIE-Lab65.124110.884148.5819

#c89545 color RGB value is (200,149,69).

#c89545 hex color red value is 200, green value is 149 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c89545 hue: 0.10 , saturation: 0.54 and the lightness value of c89545 is 0.53.

The process color (four color CMYK) of #c89545 color hex is 0.00, 0.26, 0.66, 0.22. Web safe color of #c89545 is #cc9933. Color #c89545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 01000101
Octal 310 225 105
Decimal 200 149 69
Hex C8 95 45

RGB Percentages of Color #c89545

%47.85
%35.65
%16.51

CMYK Percentages of Color #c89545

%0
%26
%66
%22

Triadic Colors of #c89545

#c89545 #45c895 #9545c8

Analogous Colors of #c89545

#c89545 #bac845 #c85445

Monochromatic Colors of #c89545

#c89545

Complementary Color

#c89545 #4578c8

#c89545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89545 Color CSS Codes

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

#c89545 Text Font Color

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

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


#c89545 Background Color

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

This div background color is #c89545


#c89545 Border Color

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

This div border color is #c89545


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,149,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c89545; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c89545;
  -webkit-box-shadow: 1px 1px 3px 2px #c89545;
  box-shadow:         1px 1px 3px 2px #c89545; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,149,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89545


Comments

No comments written yet.

Please login to write comment.