Color Hex Logo

#c28863 Color Hex

#C28863
(194,136,99)
0 Favorites   0 Comments

Color spaces of #c28863

RGB 19413699
HSL0.060.440.57
HSV23°49°76°
CMYK 0.000.300.49   0.24
XYZ33.304429.978515.8355
Yxy29.97850.42090.3789
Hunter Lab54.752612.759221.1790
CIE-Lab61.635717.862428.6777

#c28863 color RGB value is (194,136,99).

#c28863 hex color red value is 194, green value is 136 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c28863 hue: 0.06 , saturation: 0.44 and the lightness value of c28863 is 0.57.

The process color (four color CMYK) of #c28863 color hex is 0.00, 0.30, 0.49, 0.24. Web safe color of #c28863 is #cc9966. Color #c28863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 01100011
Octal 302 210 143
Decimal 194 136 99
Hex C2 88 63

RGB Percentages of Color #c28863

%45.22
%31.70
%23.08

CMYK Percentages of Color #c28863

%0
%30
%49
%24

Triadic Colors of #c28863

#c28863 #63c288 #8863c2

Analogous Colors of #c28863

#c28863 #c2b863 #c2636e

Monochromatic Colors of #c28863

#c28863

Complementary Color

#c28863 #639dc2

#c28863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28863 Color CSS Codes

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

#c28863 Text Font Color

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

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


#c28863 Background Color

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

This div background color is #c28863


#c28863 Border Color

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

This div border color is #c28863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28863


Comments

No comments written yet.

Please login to write comment.