Color Hex Logo

#c2953e Color Hex

#C2953E
(194,149,62)
0 Favorites   0 Comments

Color spaces of #c2953e

RGB 19414962
HSL0.110.520.50
HSV40°68°76°
CMYK 0.000.230.68   0.24
XYZ33.865133.31209.2024
Yxy33.31200.44340.4361
Hunter Lab57.71653.730730.9483
CIE-Lab64.41277.859450.8732

#c2953e color RGB value is (194,149,62).

#c2953e hex color red value is 194, green value is 149 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c2953e hue: 0.11 , saturation: 0.52 and the lightness value of c2953e is 0.50.

The process color (four color CMYK) of #c2953e color hex is 0.00, 0.23, 0.68, 0.24. Web safe color of #c2953e is #cc9933. Color #c2953e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010101 00111110
Octal 302 225 76
Decimal 194 149 62
Hex C2 95 3E

RGB Percentages of Color #c2953e

%47.90
%36.79
%15.31

CMYK Percentages of Color #c2953e

%0
%23
%68
%24

Triadic Colors of #c2953e

#c2953e #3ec295 #953ec2

Analogous Colors of #c2953e

#c2953e #adc23e #c2533e

Monochromatic Colors of #c2953e

#c2953e

Complementary Color

#c2953e #3e6bc2

#c2953e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2953e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2953e Color CSS Codes

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

#c2953e Text Font Color

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

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


#c2953e Background Color

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

This div background color is #c2953e


#c2953e Border Color

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

This div border color is #c2953e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,149,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2953e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2953e;
  -webkit-box-shadow: 1px 1px 3px 2px #c2953e;
  box-shadow:         1px 1px 3px 2px #c2953e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,149,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2953e


Comments

No comments written yet.

Please login to write comment.