Color Hex Logo

#cc6132 Color Hex

#CC6132
(204,97,50)
0 Favorites   0 Comments

Color spaces of #cc6132

RGB 2049750
HSL0.050.610.50
HSV18°75°80°
CMYK 0.000.520.75   0.20
XYZ29.752321.61705.6220
Yxy21.61700.52200.3793
Hunter Lab46.494132.860325.3766
CIE-Lab53.618339.414245.5571

#cc6132 color RGB value is (204,97,50).

#cc6132 hex color red value is 204, green value is 97 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cc6132 hue: 0.05 , saturation: 0.61 and the lightness value of cc6132 is 0.50.

The process color (four color CMYK) of #cc6132 color hex is 0.00, 0.52, 0.75, 0.20. Web safe color of #cc6132 is #cc6633. Color #cc6132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 00110010
Octal 314 141 62
Decimal 204 97 50
Hex CC 61 32

RGB Percentages of Color #cc6132

%58.12
%27.64
%14.25

CMYK Percentages of Color #cc6132

%0
%52
%75
%20

Triadic Colors of #cc6132

#cc6132 #32cc61 #6132cc

Analogous Colors of #cc6132

#cc6132 #ccae32 #cc3250

Monochromatic Colors of #cc6132

#cc6132

Complementary Color

#cc6132 #329dcc

#cc6132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6132 Color CSS Codes

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

#cc6132 Text Font Color

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

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


#cc6132 Background Color

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

This div background color is #cc6132


#cc6132 Border Color

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

This div border color is #cc6132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6132

#cc6132 Color Palettes


Comments

No comments written yet.

Please login to write comment.