Color Hex Logo

#c2763d Color Hex

#C2763D
(194,118,61)
0 Favorites   0 Comments

Color spaces of #c2763d

RGB 19411861
HSL0.070.520.50
HSV26°69°76°
CMYK 0.000.390.69   0.24
XYZ29.568924.76317.6362
Yxy24.76310.47720.3996
Hunter Lab49.762518.980325.7356
CIE-Lab56.843924.811743.1153

#c2763d color RGB value is (194,118,61).

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

The process color (four color CMYK) of #c2763d color hex is 0.00, 0.39, 0.69, 0.24. Web safe color of #c2763d is #cc6633. Color #c2763d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110110 00111101
Octal 302 166 75
Decimal 194 118 61
Hex C2 76 3D

RGB Percentages of Color #c2763d

%52.01
%31.64
%16.35

CMYK Percentages of Color #c2763d

%0
%39
%69
%24

Triadic Colors of #c2763d

#c2763d #3dc276 #763dc2

Analogous Colors of #c2763d

#c2763d #c2b93d #c23d46

Monochromatic Colors of #c2763d

#c2763d

Complementary Color

#c2763d #3d89c2

#c2763d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2763d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2763d Color CSS Codes

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

#c2763d Text Font Color

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

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


#c2763d Background Color

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

This div background color is #c2763d


#c2763d Border Color

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

This div border color is #c2763d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2763d


Comments

No comments written yet.

Please login to write comment.