Color Hex Logo

#c97128 Color Hex

#C97128
(201,113,40)
0 Favorites   0 Comments

Color spaces of #c97128

RGB 20111340
HSL0.080.670.47
HSV27°80°79°
CMYK 0.000.440.80   0.21
XYZ30.375524.38105.1125
Yxy24.38100.50740.4072
Hunter Lab49.377123.398528.4251
CIE-Lab56.467329.488152.7905

#c97128 color RGB value is (201,113,40).

#c97128 hex color red value is 201, green value is 113 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c97128 hue: 0.08 , saturation: 0.67 and the lightness value of c97128 is 0.47.

The process color (four color CMYK) of #c97128 color hex is 0.00, 0.44, 0.80, 0.21. Web safe color of #c97128 is #cc6633. Color #c97128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110001 00101000
Octal 311 161 50
Decimal 201 113 40
Hex C9 71 28

RGB Percentages of Color #c97128

%56.78
%31.92
%11.30

CMYK Percentages of Color #c97128

%0
%44
%80
%21

Triadic Colors of #c97128

#c97128 #28c971 #7128c9

Analogous Colors of #c97128

#c97128 #c9c228 #c92830

Monochromatic Colors of #c97128

#c97128

Complementary Color

#c97128 #2880c9

#c97128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97128 Color CSS Codes

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

#c97128 Text Font Color

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

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


#c97128 Background Color

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

This div background color is #c97128


#c97128 Border Color

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

This div border color is #c97128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97128

#c97128 Color Palettes


Comments

No comments written yet.

Please login to write comment.