Color Hex Logo

#cc6328 Color Hex

#CC6328
(204,99,40)
0 Favorites   0 Comments

Color spaces of #cc6328

RGB 2049940
HSL0.060.670.48
HSV22°80°80°
CMYK 0.000.510.80   0.20
XYZ29.746721.91434.6695
Yxy21.91430.52810.3890
Hunter Lab46.812731.503926.8548
CIE-Lab53.936038.023550.5735

#cc6328 color RGB value is (204,99,40).

#cc6328 hex color red value is 204, green value is 99 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cc6328 hue: 0.06 , saturation: 0.67 and the lightness value of cc6328 is 0.48.

The process color (four color CMYK) of #cc6328 color hex is 0.00, 0.51, 0.80, 0.20. Web safe color of #cc6328 is #cc6633. Color #cc6328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 00101000
Octal 314 143 50
Decimal 204 99 40
Hex CC 63 28

RGB Percentages of Color #cc6328

%59.48
%28.86
%11.66

CMYK Percentages of Color #cc6328

%0
%51
%80
%20

Triadic Colors of #cc6328

#cc6328 #28cc63 #6328cc

Analogous Colors of #cc6328

#cc6328 #ccb528 #cc283f

Monochromatic Colors of #cc6328

#cc6328

Complementary Color

#cc6328 #2891cc

#cc6328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6328 Color CSS Codes

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

#cc6328 Text Font Color

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

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


#cc6328 Background Color

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

This div background color is #cc6328


#cc6328 Border Color

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

This div border color is #cc6328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6328


Comments

No comments written yet.

Please login to write comment.