Color Hex Logo

#c9812d Color Hex

#C9812D
(201,129,45)
0 Favorites   0 Comments

Color spaces of #c9812d

RGB 20112945
HSL0.090.630.48
HSV32°78°79°
CMYK 0.000.360.78   0.21
XYZ32.411328.30756.2383
Yxy28.30750.48410.4228
Hunter Lab53.204815.630330.2916
CIE-Lab60.165521.019754.2179

#c9812d color RGB value is (201,129,45).

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

The process color (four color CMYK) of #c9812d color hex is 0.00, 0.36, 0.78, 0.21. Web safe color of #c9812d is #cc9933. Color #c9812d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000001 00101101
Octal 311 201 55
Decimal 201 129 45
Hex C9 81 2D

RGB Percentages of Color #c9812d

%53.60
%34.40
%12.00

CMYK Percentages of Color #c9812d

%0
%36
%78
%21

Triadic Colors of #c9812d

#c9812d #2dc981 #812dc9

Analogous Colors of #c9812d

#c9812d #c3c92d #c9332d

Monochromatic Colors of #c9812d

#c9812d

Complementary Color

#c9812d #2d75c9

#c9812d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9812d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9812d Color CSS Codes

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

#c9812d Text Font Color

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

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


#c9812d Background Color

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

This div background color is #c9812d


#c9812d Border Color

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

This div border color is #c9812d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,129,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 #c9812d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9812d


Comments

No comments written yet.

Please login to write comment.