Color Hex Logo

#c8947b Color Hex

#C8947B
(200,148,123)
0 Favorites   0 Comments

Color spaces of #c8947b

RGB 200148123
HSL0.050.410.63
HSV19°39°78°
CMYK 0.000.260.39   0.22
XYZ37.984534.889223.4712
Yxy34.88920.39430.3621
Hunter Lab59.067111.421317.7872
CIE-Lab65.662316.299620.8780

#c8947b color RGB value is (200,148,123).

#c8947b hex color red value is 200, green value is 148 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c8947b hue: 0.05 , saturation: 0.41 and the lightness value of c8947b is 0.63.

The process color (four color CMYK) of #c8947b color hex is 0.00, 0.26, 0.39, 0.22. Web safe color of #c8947b is #cc9966. Color #c8947b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010100 01111011
Octal 310 224 173
Decimal 200 148 123
Hex C8 94 7B

RGB Percentages of Color #c8947b

%42.46
%31.42
%26.11

CMYK Percentages of Color #c8947b

%0
%26
%39
%22

Triadic Colors of #c8947b

#c8947b #7bc894 #947bc8

Analogous Colors of #c8947b

#c8947b #c8bb7b #c87b89

Monochromatic Colors of #c8947b

#c8947b

Complementary Color

#c8947b #7bafc8

#c8947b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8947b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8947b Color CSS Codes

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

#c8947b Text Font Color

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

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


#c8947b Background Color

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

This div background color is #c8947b


#c8947b Border Color

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

This div border color is #c8947b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8947b


Comments

No comments written yet.

Please login to write comment.