Color Hex Logo

#c9901c Color Hex

#C9901C
(201,144,28)
0 Favorites   0 Comments

Color spaces of #c9901c

RGB 20114428
HSL0.110.760.45
HSV40°86°79°
CMYK 0.000.280.86   0.21
XYZ34.270332.44795.5554
Yxy32.44790.47420.4490
Hunter Lab56.96317.704434.0918
CIE-Lab63.711412.290863.2542

#c9901c color RGB value is (201,144,28).

#c9901c hex color red value is 201, green value is 144 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c9901c hue: 0.11 , saturation: 0.76 and the lightness value of c9901c is 0.45.

The process color (four color CMYK) of #c9901c color hex is 0.00, 0.28, 0.86, 0.21. Web safe color of #c9901c is #cc9933. Color #c9901c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 00011100
Octal 311 220 34
Decimal 201 144 28
Hex C9 90 1C

RGB Percentages of Color #c9901c

%53.89
%38.61
%7.51

CMYK Percentages of Color #c9901c

%0
%28
%86
%21

Triadic Colors of #c9901c

#c9901c #1cc990 #901cc9

Analogous Colors of #c9901c

#c9901c #acc91c #c93a1c

Monochromatic Colors of #c9901c

#c9901c

Complementary Color

#c9901c #1c55c9

#c9901c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9901c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9901c Color CSS Codes

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

#c9901c Text Font Color

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

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


#c9901c Background Color

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

This div background color is #c9901c


#c9901c Border Color

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

This div border color is #c9901c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9901c


Comments

No comments written yet.

Please login to write comment.