Color Hex Logo

#c8772a Color Hex

#C8772A
(200,119,42)
0 Favorites   0 Comments

Color spaces of #c8772a

RGB 20011942
HSL0.080.650.47
HSV29°79°78°
CMYK 0.000.410.79   0.22
XYZ30.834225.64025.5144
Yxy25.64020.49740.4136
Hunter Lab50.636220.081928.9885
CIE-Lab57.693925.912853.0623

#c8772a color RGB value is (200,119,42).

#c8772a hex color red value is 200, green value is 119 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c8772a hue: 0.08 , saturation: 0.65 and the lightness value of c8772a is 0.47.

The process color (four color CMYK) of #c8772a color hex is 0.00, 0.41, 0.79, 0.22. Web safe color of #c8772a is #cc6633. Color #c8772a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110111 00101010
Octal 310 167 52
Decimal 200 119 42
Hex C8 77 2A

RGB Percentages of Color #c8772a

%55.40
%32.96
%11.63

CMYK Percentages of Color #c8772a

%0
%41
%79
%22

Triadic Colors of #c8772a

#c8772a #2ac877 #772ac8

Analogous Colors of #c8772a

#c8772a #c8c62a #c82a2c

Monochromatic Colors of #c8772a

#c8772a

Complementary Color

#c8772a #2a7bc8

#c8772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8772a Color CSS Codes

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

#c8772a Text Font Color

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

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


#c8772a Background Color

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

This div background color is #c8772a


#c8772a Border Color

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

This div border color is #c8772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8772a


Comments

No comments written yet.

Please login to write comment.