Color Hex Logo

#c2774b Color Hex

#C2774B
(194,119,75)
0 Favorites   0 Comments

Color spaces of #c2774b

RGB 19411975
HSL0.060.490.53
HSV22°61°76°
CMYK 0.000.390.61   0.24
XYZ30.115025.17109.9279
Yxy25.17100.46180.3860
Hunter Lab50.170719.346023.3870
CIE-Lab57.241725.170136.2608

#c2774b color RGB value is (194,119,75).

#c2774b hex color red value is 194, green value is 119 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c2774b hue: 0.06 , saturation: 0.49 and the lightness value of c2774b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110111 01001011
Octal 302 167 113
Decimal 194 119 75
Hex C2 77 4B

RGB Percentages of Color #c2774b

%50.00
%30.67
%19.33

CMYK Percentages of Color #c2774b

%0
%39
%61
%24

Triadic Colors of #c2774b

#c2774b #4bc277 #774bc2

Analogous Colors of #c2774b

#c2774b #c2b34b #c24b5b

Monochromatic Colors of #c2774b

#c2774b

Complementary Color

#c2774b #4b96c2

#c2774b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2774b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2774b Color CSS Codes

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

#c2774b Text Font Color

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

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


#c2774b Background Color

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

This div background color is #c2774b


#c2774b Border Color

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

This div border color is #c2774b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2774b


Comments

No comments written yet.

Please login to write comment.