Color Hex Logo

#cc7730 Color Hex

#CC7730
(204,119,48)
0 Favorites   0 Comments

Color spaces of #cc7730

RGB 20411948
HSL0.080.620.49
HSV27°76°80°
CMYK 0.000.420.76   0.20
XYZ32.032226.24446.1737
Yxy26.24440.49700.4072
Hunter Lab51.229321.959728.7154
CIE-Lab58.268327.830151.2139

#cc7730 color RGB value is (204,119,48).

#cc7730 hex color red value is 204, green value is 119 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cc7730 hue: 0.08 , saturation: 0.62 and the lightness value of cc7730 is 0.49.

The process color (four color CMYK) of #cc7730 color hex is 0.00, 0.42, 0.76, 0.20. Web safe color of #cc7730 is #cc6633. Color #cc7730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 00110000
Octal 314 167 60
Decimal 204 119 48
Hex CC 77 30

RGB Percentages of Color #cc7730

%54.99
%32.08
%12.94

CMYK Percentages of Color #cc7730

%0
%42
%76
%20

Triadic Colors of #cc7730

#cc7730 #30cc77 #7730cc

Analogous Colors of #cc7730

#cc7730 #ccc530 #cc3037

Monochromatic Colors of #cc7730

#cc7730

Complementary Color

#cc7730 #3085cc

#cc7730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7730 Color CSS Codes

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

#cc7730 Text Font Color

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

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


#cc7730 Background Color

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

This div background color is #cc7730


#cc7730 Border Color

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

This div border color is #cc7730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7730


Comments

No comments written yet.

Please login to write comment.