Color Hex Logo

#c6775b Color Hex

#C6775B
(198,119,91)
0 Favorites   0 Comments

Color spaces of #c6775b

RGB 19811991
HSL0.040.480.57
HSV16°54°78°
CMYK 0.000.400.54   0.22
XYZ31.773925.954713.2326
Yxy25.95470.44780.3658
Hunter Lab50.945822.172020.2621
CIE-Lab57.994028.074528.5098

#c6775b color RGB value is (198,119,91).

#c6775b hex color red value is 198, green value is 119 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c6775b hue: 0.04 , saturation: 0.48 and the lightness value of c6775b is 0.57.

The process color (four color CMYK) of #c6775b color hex is 0.00, 0.40, 0.54, 0.22. Web safe color of #c6775b is #cc6666. Color #c6775b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110111 01011011
Octal 306 167 133
Decimal 198 119 91
Hex C6 77 5B

RGB Percentages of Color #c6775b

%48.53
%29.17
%22.30

CMYK Percentages of Color #c6775b

%0
%40
%54
%22

Triadic Colors of #c6775b

#c6775b #5bc677 #775bc6

Analogous Colors of #c6775b

#c6775b #c6ad5b #c65b75

Monochromatic Colors of #c6775b

#c6775b

Complementary Color

#c6775b #5baac6

#c6775b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6775b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6775b Color CSS Codes

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

#c6775b Text Font Color

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

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


#c6775b Background Color

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

This div background color is #c6775b


#c6775b Border Color

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

This div border color is #c6775b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6775b


Comments

No comments written yet.

Please login to write comment.