Color Hex Logo

#c9993c Color Hex

#C9993C
(201,153,60)
0 Favorites   0 Comments

Color spaces of #c9993c

RGB 20115360
HSL0.110.570.51
HSV40°70°79°
CMYK 0.000.240.70   0.21
XYZ36.294235.52629.2193
Yxy35.52620.44790.4384
Hunter Lab59.60394.386132.5519
CIE-Lab66.15638.624253.8256

#c9993c color RGB value is (201,153,60).

#c9993c hex color red value is 201, green value is 153 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c9993c hue: 0.11 , saturation: 0.57 and the lightness value of c9993c is 0.51.

The process color (four color CMYK) of #c9993c color hex is 0.00, 0.24, 0.70, 0.21. Web safe color of #c9993c is #cc9933. Color #c9993c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 00111100
Octal 311 231 74
Decimal 201 153 60
Hex C9 99 3C

RGB Percentages of Color #c9993c

%48.55
%36.96
%14.49

CMYK Percentages of Color #c9993c

%0
%24
%70
%21

Triadic Colors of #c9993c

#c9993c #3cc999 #993cc9

Analogous Colors of #c9993c

#c9993c #b3c93c #c9533c

Monochromatic Colors of #c9993c

#c9993c

Complementary Color

#c9993c #3c6cc9

#c9993c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9993c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9993c Color CSS Codes

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

#c9993c Text Font Color

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

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


#c9993c Background Color

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

This div background color is #c9993c


#c9993c Border Color

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

This div border color is #c9993c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9993c


Comments

No comments written yet.

Please login to write comment.