Color Hex Logo

#c9926c Color Hex

#C9926C
(201,146,108)
0 Favorites   0 Comments

Color spaces of #c9926c

RGB 201146108
HSL0.070.460.61
HSV25°46°79°
CMYK 0.000.270.46   0.21
XYZ37.073134.058018.8072
Yxy34.05800.41220.3787
Hunter Lab58.359211.264721.7443
CIE-Lab65.008616.147928.2872

#c9926c color RGB value is (201,146,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010010 01101100
Octal 311 222 154
Decimal 201 146 108
Hex C9 92 6C

RGB Percentages of Color #c9926c

%44.18
%32.09
%23.74

CMYK Percentages of Color #c9926c

%0
%27
%46
%21

Triadic Colors of #c9926c

#c9926c #6cc992 #926cc9

Analogous Colors of #c9926c

#c9926c #c9c16c #c96c75

Monochromatic Colors of #c9926c

#c9926c

Complementary Color

#c9926c #6ca3c9

#c9926c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9926c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9926c Color CSS Codes

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

#c9926c Text Font Color

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

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


#c9926c Background Color

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

This div background color is #c9926c


#c9926c Border Color

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

This div border color is #c9926c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9926c


Comments

No comments written yet.

Please login to write comment.