Color Hex Logo

#cc674d Color Hex

#CC674D
(204,103,77)
0 Favorites   0 Comments

Color spaces of #cc674d

RGB 20410377
HSL0.030.550.55
HSV12°62°80°
CMYK 0.000.500.62   0.20
XYZ31.091623.07379.8361
Yxy23.07370.48580.3605
Hunter Lab48.035131.476021.4838
CIE-Lab55.148237.839332.9296

#cc674d color RGB value is (204,103,77).

#cc674d hex color red value is 204, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc674d hue: 0.03 , saturation: 0.55 and the lightness value of cc674d is 0.55.

The process color (four color CMYK) of #cc674d color hex is 0.00, 0.50, 0.62, 0.20. Web safe color of #cc674d is #cc6666. Color #cc674d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 01001101
Octal 314 147 115
Decimal 204 103 77
Hex CC 67 4D

RGB Percentages of Color #cc674d

%53.13
%26.82
%20.05

CMYK Percentages of Color #cc674d

%0
%50
%62
%20

Triadic Colors of #cc674d

#cc674d #4dcc67 #674dcc

Analogous Colors of #cc674d

#cc674d #cca74d #cc4d73

Monochromatic Colors of #cc674d

#cc674d

Complementary Color

#cc674d #4db2cc

#cc674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc674d Color CSS Codes

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

#cc674d Text Font Color

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

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


#cc674d Background Color

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

This div background color is #cc674d


#cc674d Border Color

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

This div border color is #cc674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc674d


Comments

No comments written yet.

Please login to write comment.