Color Hex Logo

#c8973a Color Hex

#C8973A
(200,151,58)
0 Favorites   0 Comments

Color spaces of #c8973a

RGB 20015158
HSL0.110.560.51
HSV39°71°78°
CMYK 0.000.250.71   0.22
XYZ35.649734.71818.8253
Yxy34.71810.45020.4384
Hunter Lab58.92214.884532.3650
CIE-Lab65.52869.169954.0127

#c8973a color RGB value is (200,151,58).

#c8973a hex color red value is 200, green value is 151 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c8973a hue: 0.11 , saturation: 0.56 and the lightness value of c8973a is 0.51.

The process color (four color CMYK) of #c8973a color hex is 0.00, 0.25, 0.71, 0.22. Web safe color of #c8973a is #cc9933. Color #c8973a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010111 00111010
Octal 310 227 72
Decimal 200 151 58
Hex C8 97 3A

RGB Percentages of Color #c8973a

%48.90
%36.92
%14.18

CMYK Percentages of Color #c8973a

%0
%25
%71
%22

Triadic Colors of #c8973a

#c8973a #3ac897 #973ac8

Analogous Colors of #c8973a

#c8973a #b2c83a #c8503a

Monochromatic Colors of #c8973a

#c8973a

Complementary Color

#c8973a #3a6bc8

#c8973a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8973a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8973a Color CSS Codes

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

#c8973a Text Font Color

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

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


#c8973a Background Color

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

This div background color is #c8973a


#c8973a Border Color

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

This div border color is #c8973a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8973a


Comments

No comments written yet.

Please login to write comment.