Color Hex Logo

#c1984c Color Hex

#C1984C
(193,152,76)
0 Favorites   0 Comments

Color spaces of #c1984c

RGB 19315276
HSL0.110.490.53
HSV39°61°76°
CMYK 0.000.210.61   0.24
XYZ34.525134.315711.6414
Yxy34.31570.42900.4264
Hunter Lab58.57962.688429.2231
CIE-Lab65.21246.700645.0968

#c1984c color RGB value is (193,152,76).

#c1984c hex color red value is 193, green value is 152 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c1984c hue: 0.11 , saturation: 0.49 and the lightness value of c1984c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 01001100
Octal 301 230 114
Decimal 193 152 76
Hex C1 98 4C

RGB Percentages of Color #c1984c

%45.84
%36.10
%18.05

CMYK Percentages of Color #c1984c

%0
%21
%61
%24

Triadic Colors of #c1984c

#c1984c #4cc198 #984cc1

Analogous Colors of #c1984c

#c1984c #b0c14c #c15e4c

Monochromatic Colors of #c1984c

#c1984c

Complementary Color

#c1984c #4c75c1

#c1984c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1984c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1984c Color CSS Codes

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

#c1984c Text Font Color

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

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


#c1984c Background Color

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

This div background color is #c1984c


#c1984c Border Color

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

This div border color is #c1984c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,152,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1984c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1984c;
  -webkit-box-shadow: 1px 1px 3px 2px #c1984c;
  box-shadow:         1px 1px 3px 2px #c1984c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,152,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1984c


Comments

No comments written yet.

Please login to write comment.