Color Hex Logo

#c9492d Color Hex

#C9492D
(201,73,45)
0 Favorites   0 Comments

Color spaces of #c9492d

RGB 2017345
HSL0.030.630.48
HSV11°78°79°
CMYK 0.000.640.78   0.21
XYZ26.943617.37214.4157
Yxy17.37210.55290.3565
Hunter Lab41.679942.450122.8945
CIE-Lab48.725549.465742.8820

#c9492d color RGB value is (201,73,45).

#c9492d hex color red value is 201, green value is 73 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c9492d hue: 0.03 , saturation: 0.63 and the lightness value of c9492d is 0.48.

The process color (four color CMYK) of #c9492d color hex is 0.00, 0.64, 0.78, 0.21. Web safe color of #c9492d is #cc3333. Color #c9492d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001001 00101101
Octal 311 111 55
Decimal 201 73 45
Hex C9 49 2D

RGB Percentages of Color #c9492d

%63.01
%22.88
%14.11

CMYK Percentages of Color #c9492d

%0
%64
%78
%21

Triadic Colors of #c9492d

#c9492d #2dc949 #492dc9

Analogous Colors of #c9492d

#c9492d #c9972d #c92d5f

Monochromatic Colors of #c9492d

#c9492d

Complementary Color

#c9492d #2dadc9

#c9492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9492d Color CSS Codes

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

#c9492d Text Font Color

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

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


#c9492d Background Color

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

This div background color is #c9492d


#c9492d Border Color

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

This div border color is #c9492d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9492d


Comments

No comments written yet.

Please login to write comment.