Color Hex Logo

#c86763 Color Hex

#C86763
(200,103,99)
0 Favorites   0 Comments

Color spaces of #c86763

RGB 20010399
HSL0.010.480.59
HSV51°78°
CMYK 0.000.490.51   0.22
XYZ30.921822.880714.5910
Yxy22.88070.45210.3345
Hunter Lab47.833831.680915.3981
CIE-Lab54.949238.068419.9801

#c86763 color RGB value is (200,103,99).

#c86763 hex color red value is 200, green value is 103 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c86763 hue: 0.01 , saturation: 0.48 and the lightness value of c86763 is 0.59.

The process color (four color CMYK) of #c86763 color hex is 0.00, 0.49, 0.51, 0.22. Web safe color of #c86763 is #cc6666. Color #c86763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100111 01100011
Octal 310 147 143
Decimal 200 103 99
Hex C8 67 63

RGB Percentages of Color #c86763

%49.75
%25.62
%24.63

CMYK Percentages of Color #c86763

%0
%49
%51
%22

Triadic Colors of #c86763

#c86763 #63c867 #6763c8

Analogous Colors of #c86763

#c86763 #c89a63 #c86392

Monochromatic Colors of #c86763

#c86763

Complementary Color

#c86763 #63c4c8

#c86763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86763 Color CSS Codes

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

#c86763 Text Font Color

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

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


#c86763 Background Color

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

This div background color is #c86763


#c86763 Border Color

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

This div border color is #c86763


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,103,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 #c86763">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86763


Comments

No comments written yet.

Please login to write comment.