Color Hex Logo

#cc743b Color Hex

#CC743B
(204,116,59)
0 Favorites   0 Comments

Color spaces of #cc743b

RGB 20411659
HSL0.070.590.52
HSV24°71°80°
CMYK 0.000.430.71   0.20
XYZ31.936625.64397.4042
Yxy25.64390.49140.3946
Hunter Lab50.639823.953526.7789
CIE-Lab57.697529.944045.4310

#cc743b color RGB value is (204,116,59).

#cc743b hex color red value is 204, green value is 116 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cc743b hue: 0.07 , saturation: 0.59 and the lightness value of cc743b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 00111011
Octal 314 164 73
Decimal 204 116 59
Hex CC 74 3B

RGB Percentages of Color #cc743b

%53.83
%30.61
%15.57

CMYK Percentages of Color #cc743b

%0
%43
%71
%20

Triadic Colors of #cc743b

#cc743b #3bcc74 #743bcc

Analogous Colors of #cc743b

#cc743b #ccbd3b #cc3b4b

Monochromatic Colors of #cc743b

#cc743b

Complementary Color

#cc743b #3b93cc

#cc743b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc743b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc743b Color CSS Codes

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

#cc743b Text Font Color

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

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


#cc743b Background Color

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

This div background color is #cc743b


#cc743b Border Color

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

This div border color is #cc743b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc743b


Comments

No comments written yet.

Please login to write comment.