Color Hex Logo

#c9746d Color Hex

#C9746D
(201,116,109)
0 Favorites   0 Comments

Color spaces of #c9746d

RGB 201116109
HSL0.010.460.61
HSV46°79°
CMYK 0.000.420.46   0.21
XYZ33.093126.012417.7447
Yxy26.01240.43060.3385
Hunter Lab51.002426.566415.0735
CIE-Lab58.048832.575918.4259

#c9746d color RGB value is (201,116,109).

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

The process color (four color CMYK) of #c9746d color hex is 0.00, 0.42, 0.46, 0.21. Web safe color of #c9746d is #cc6666. Color #c9746d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110100 01101101
Octal 311 164 155
Decimal 201 116 109
Hex C9 74 6D

RGB Percentages of Color #c9746d

%47.18
%27.23
%25.59

CMYK Percentages of Color #c9746d

%0
%42
%46
%21

Triadic Colors of #c9746d

#c9746d #6dc974 #746dc9

Analogous Colors of #c9746d

#c9746d #c9a26d #c96d94

Monochromatic Colors of #c9746d

#c9746d

Complementary Color

#c9746d #6dc2c9

#c9746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9746d Color CSS Codes

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

#c9746d Text Font Color

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

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


#c9746d Background Color

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

This div background color is #c9746d


#c9746d Border Color

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

This div border color is #c9746d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9746d


Comments

No comments written yet.

Please login to write comment.