Color Hex Logo

#cc643a Color Hex

#CC643A
(204,100,58)
0 Favorites   0 Comments

Color spaces of #cc643a

RGB 20410058
HSL0.050.590.51
HSV17°72°80°
CMYK 0.000.510.72   0.20
XYZ30.222722.25726.7061
Yxy22.25720.51060.3761
Hunter Lab47.177531.789324.5964
CIE-Lab54.298838.260542.2220

#cc643a color RGB value is (204,100,58).

#cc643a hex color red value is 204, green value is 100 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cc643a hue: 0.05 , saturation: 0.59 and the lightness value of cc643a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 00111010
Octal 314 144 72
Decimal 204 100 58
Hex CC 64 3A

RGB Percentages of Color #cc643a

%56.35
%27.62
%16.02

CMYK Percentages of Color #cc643a

%0
%51
%72
%20

Triadic Colors of #cc643a

#cc643a #3acc64 #643acc

Analogous Colors of #cc643a

#cc643a #ccad3a #cc3a59

Monochromatic Colors of #cc643a

#cc643a

Complementary Color

#cc643a #3aa2cc

#cc643a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc643a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc643a Color CSS Codes

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

#cc643a Text Font Color

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

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


#cc643a Background Color

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

This div background color is #cc643a


#cc643a Border Color

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

This div border color is #cc643a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc643a


Comments

No comments written yet.

Please login to write comment.