Color Hex Logo

#cc6438 Color Hex

#CC6438
(204,100,56)
0 Favorites   0 Comments

Color spaces of #cc6438

RGB 20410056
HSL0.050.590.51
HSV18°73°80°
CMYK 0.000.510.73   0.20
XYZ30.172822.23726.4433
Yxy22.23720.51270.3778
Hunter Lab47.156331.689024.9082
CIE-Lab54.277838.163443.2312

#cc6438 color RGB value is (204,100,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 00111000
Octal 314 144 70
Decimal 204 100 56
Hex CC 64 38

RGB Percentages of Color #cc6438

%56.67
%27.78
%15.56

CMYK Percentages of Color #cc6438

%0
%51
%73
%20

Triadic Colors of #cc6438

#cc6438 #38cc64 #6438cc

Analogous Colors of #cc6438

#cc6438 #ccae38 #cc3856

Monochromatic Colors of #cc6438

#cc6438

Complementary Color

#cc6438 #38a0cc

#cc6438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6438 Color CSS Codes

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

#cc6438 Text Font Color

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

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


#cc6438 Background Color

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

This div background color is #cc6438


#cc6438 Border Color

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

This div border color is #cc6438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6438


Comments

No comments written yet.

Please login to write comment.