Color Hex Logo

#c9631f Color Hex

#C9631F
(201,99,31)
0 Favorites   0 Comments

Color spaces of #c9631f

RGB 2019931
HSL0.070.730.45
HSV24°85°79°
CMYK 0.000.510.85   0.21
XYZ28.796621.44013.9169
Yxy21.44010.53180.3959
Hunter Lab46.303529.980027.3970
CIE-Lab53.427836.560353.6808

#c9631f color RGB value is (201,99,31).

#c9631f hex color red value is 201, green value is 99 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c9631f hue: 0.07 , saturation: 0.73 and the lightness value of c9631f is 0.45.

The process color (four color CMYK) of #c9631f color hex is 0.00, 0.51, 0.85, 0.21. Web safe color of #c9631f is #cc6633. Color #c9631f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100011 00011111
Octal 311 143 37
Decimal 201 99 31
Hex C9 63 1F

RGB Percentages of Color #c9631f

%60.73
%29.91
%9.37

CMYK Percentages of Color #c9631f

%0
%51
%85
%21

Triadic Colors of #c9631f

#c9631f #1fc963 #631fc9

Analogous Colors of #c9631f

#c9631f #c9b81f #c91f30

Monochromatic Colors of #c9631f

#c9631f

Complementary Color

#c9631f #1f85c9

#c9631f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9631f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9631f Color CSS Codes

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

#c9631f Text Font Color

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

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


#c9631f Background Color

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

This div background color is #c9631f


#c9631f Border Color

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

This div border color is #c9631f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9631f


Comments

No comments written yet.

Please login to write comment.