Color Hex Logo

#cc9643 Color Hex

#CC9643
(204,150,67)
0 Favorites   0 Comments

Color spaces of #cc9643

RGB 20415067
HSL0.100.570.53
HSV36°67°80°
CMYK 0.000.260.67   0.20
XYZ36.821335.055310.1358
Yxy35.05530.44900.4274
Hunter Lab59.20757.396431.2953
CIE-Lab65.791711.943550.3782

#cc9643 color RGB value is (204,150,67).

#cc9643 hex color red value is 204, green value is 150 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #cc9643 hue: 0.10 , saturation: 0.57 and the lightness value of cc9643 is 0.53.

The process color (four color CMYK) of #cc9643 color hex is 0.00, 0.26, 0.67, 0.20. Web safe color of #cc9643 is #cc9933. Color #cc9643 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 01000011
Octal 314 226 103
Decimal 204 150 67
Hex CC 96 43

RGB Percentages of Color #cc9643

%48.46
%35.63
%15.91

CMYK Percentages of Color #cc9643

%0
%26
%67
%20

Triadic Colors of #cc9643

#cc9643 #43cc96 #9643cc

Analogous Colors of #cc9643

#cc9643 #becc43 #cc5243

Monochromatic Colors of #cc9643

#cc9643

Complementary Color

#cc9643 #4379cc

#cc9643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9643 Color CSS Codes

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

#cc9643 Text Font Color

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

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


#cc9643 Background Color

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

This div background color is #cc9643


#cc9643 Border Color

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

This div border color is #cc9643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9643


Comments

No comments written yet.

Please login to write comment.