Color Hex Logo

#cc741e Color Hex

#CC741E
(204,116,30)
0 Favorites   0 Comments

Color spaces of #cc741e

RGB 20411630
HSL0.080.740.46
HSV30°85°80°
CMYK 0.000.430.85   0.20
XYZ31.381625.42194.4812
Yxy25.42190.51210.4148
Hunter Lab50.420122.863530.0246
CIE-Lab57.484228.838057.6451

#cc741e color RGB value is (204,116,30).

#cc741e hex color red value is 204, green value is 116 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc741e hue: 0.08 , saturation: 0.74 and the lightness value of cc741e is 0.46.

The process color (four color CMYK) of #cc741e color hex is 0.00, 0.43, 0.85, 0.20. Web safe color of #cc741e is #cc6633. Color #cc741e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 00011110
Octal 314 164 36
Decimal 204 116 30
Hex CC 74 1E

RGB Percentages of Color #cc741e

%58.29
%33.14
%8.57

CMYK Percentages of Color #cc741e

%0
%43
%85
%20

Triadic Colors of #cc741e

#cc741e #1ecc74 #741ecc

Analogous Colors of #cc741e

#cc741e #cccb1e #cc1e1f

Monochromatic Colors of #cc741e

#cc741e

Complementary Color

#cc741e #1e76cc

#cc741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc741e Color CSS Codes

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

#cc741e Text Font Color

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

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


#cc741e Background Color

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

This div background color is #cc741e


#cc741e Border Color

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

This div border color is #cc741e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc741e


Comments

No comments written yet.

Please login to write comment.