Color Hex Logo

#c86145 Color Hex

#C86145
(200,97,69)
0 Favorites   0 Comments

Color spaces of #c86145

RGB 2009769
HSL0.040.540.53
HSV13°66°78°
CMYK 0.000.520.66   0.22
XYZ29.168321.25848.1962
Yxy21.25840.49760.3626
Hunter Lab46.106832.236521.7351
CIE-Lab53.231138.846834.9177

#c86145 color RGB value is (200,97,69).

#c86145 hex color red value is 200, green value is 97 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #c86145 hue: 0.04 , saturation: 0.54 and the lightness value of c86145 is 0.53.

The process color (four color CMYK) of #c86145 color hex is 0.00, 0.52, 0.66, 0.22. Web safe color of #c86145 is #cc6633. Color #c86145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100001 01000101
Octal 310 141 105
Decimal 200 97 69
Hex C8 61 45

RGB Percentages of Color #c86145

%54.64
%26.50
%18.85

CMYK Percentages of Color #c86145

%0
%52
%66
%22

Triadic Colors of #c86145

#c86145 #45c861 #6145c8

Analogous Colors of #c86145

#c86145 #c8a345 #c8456b

Monochromatic Colors of #c86145

#c86145

Complementary Color

#c86145 #45acc8

#c86145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86145 Color CSS Codes

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

#c86145 Text Font Color

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

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


#c86145 Background Color

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

This div background color is #c86145


#c86145 Border Color

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

This div border color is #c86145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86145


Comments

No comments written yet.

Please login to write comment.