Color Hex Logo

#cc8361 Color Hex

#CC8361
(204,131,97)
0 Favorites   0 Comments

Color spaces of #cc8361

RGB 20413197
HSL0.050.510.59
HSV19°52°80°
CMYK 0.000.360.52   0.20
XYZ35.175829.933015.2329
Yxy29.93300.43780.3726
Hunter Lab54.711119.020021.7900
CIE-Lab61.596424.514229.9613

#cc8361 color RGB value is (204,131,97).

#cc8361 hex color red value is 204, green value is 131 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cc8361 hue: 0.05 , saturation: 0.51 and the lightness value of cc8361 is 0.59.

The process color (four color CMYK) of #cc8361 color hex is 0.00, 0.36, 0.52, 0.20. Web safe color of #cc8361 is #cc9966. Color #cc8361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 01100001
Octal 314 203 141
Decimal 204 131 97
Hex CC 83 61

RGB Percentages of Color #cc8361

%47.22
%30.32
%22.45

CMYK Percentages of Color #cc8361

%0
%36
%52
%20

Triadic Colors of #cc8361

#cc8361 #61cc83 #8361cc

Analogous Colors of #cc8361

#cc8361 #ccb961 #cc6175

Monochromatic Colors of #cc8361

#cc8361

Complementary Color

#cc8361 #61aacc

#cc8361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8361 Color CSS Codes

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

#cc8361 Text Font Color

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

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


#cc8361 Background Color

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

This div background color is #cc8361


#cc8361 Border Color

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

This div border color is #cc8361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8361


Comments

No comments written yet.

Please login to write comment.