Color Hex Logo

#c7826b Color Hex

#C7826B
(199,130,107)
0 Favorites   0 Comments

Color spaces of #c7826b

RGB 199130107
HSL0.040.450.60
HSV15°46°78°
CMYK 0.000.350.46   0.22
XYZ34.189729.168917.7381
Yxy29.16890.42160.3597
Hunter Lab54.008218.484318.3330
CIE-Lab60.930423.998423.4077

#c7826b color RGB value is (199,130,107).

#c7826b hex color red value is 199, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c7826b hue: 0.04 , saturation: 0.45 and the lightness value of c7826b is 0.60.

The process color (four color CMYK) of #c7826b color hex is 0.00, 0.35, 0.46, 0.22. Web safe color of #c7826b is #cc9966. Color #c7826b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 01101011
Octal 307 202 153
Decimal 199 130 107
Hex C7 82 6B

RGB Percentages of Color #c7826b

%45.64
%29.82
%24.54

CMYK Percentages of Color #c7826b

%0
%35
%46
%22

Triadic Colors of #c7826b

#c7826b #6bc782 #826bc7

Analogous Colors of #c7826b

#c7826b #c7b06b #c76b82

Monochromatic Colors of #c7826b

#c7826b

Complementary Color

#c7826b #6bb0c7

#c7826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7826b Color CSS Codes

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

#c7826b Text Font Color

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

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


#c7826b Background Color

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

This div background color is #c7826b


#c7826b Border Color

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

This div border color is #c7826b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,130,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7826b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7826b;
  -webkit-box-shadow: 1px 1px 3px 2px #c7826b;
  box-shadow:         1px 1px 3px 2px #c7826b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,130,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7826b

#c7826b Color Palettes


Comments

No comments written yet.

Please login to write comment.