Color Hex Logo

#c9946d Color Hex

#C9946D
(201,148,109)
0 Favorites   0 Comments

Color spaces of #c9946d

RGB 201148109
HSL0.070.460.61
HSV25°46°79°
CMYK 0.000.260.46   0.21
XYZ37.437634.701419.1929
Yxy34.70140.40990.3799
Hunter Lab58.907910.352921.9181
CIE-Lab65.515515.156228.4050

#c9946d color RGB value is (201,148,109).

#c9946d hex color red value is 201, green value is 148 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c9946d hue: 0.07 , saturation: 0.46 and the lightness value of c9946d is 0.61.

The process color (four color CMYK) of #c9946d color hex is 0.00, 0.26, 0.46, 0.21. Web safe color of #c9946d is #cc9966. Color #c9946d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 01101101
Octal 311 224 155
Decimal 201 148 109
Hex C9 94 6D

RGB Percentages of Color #c9946d

%43.89
%32.31
%23.80

CMYK Percentages of Color #c9946d

%0
%26
%46
%21

Triadic Colors of #c9946d

#c9946d #6dc994 #946dc9

Analogous Colors of #c9946d

#c9946d #c9c26d #c96d74

Monochromatic Colors of #c9946d

#c9946d

Complementary Color

#c9946d #6da2c9

#c9946d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9946d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9946d Color CSS Codes

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

#c9946d Text Font Color

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

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


#c9946d Background Color

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

This div background color is #c9946d


#c9946d Border Color

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

This div border color is #c9946d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9946d


Comments

No comments written yet.

Please login to write comment.