Color Hex Logo

#cc753d Color Hex

#CC753D
(204,117,61)
0 Favorites   0 Comments

Color spaces of #cc753d

RGB 20411761
HSL0.070.580.52
HSV23°70°80°
CMYK 0.000.430.70   0.20
XYZ32.105425.89697.7213
Yxy25.89690.48850.3940
Hunter Lab50.889023.558326.6263
CIE-Lab57.939129.514144.6983

#cc753d color RGB value is (204,117,61).

#cc753d hex color red value is 204, green value is 117 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc753d hue: 0.07 , saturation: 0.58 and the lightness value of cc753d is 0.52.

The process color (four color CMYK) of #cc753d color hex is 0.00, 0.43, 0.70, 0.20. Web safe color of #cc753d is #cc6633. Color #cc753d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 00111101
Octal 314 165 75
Decimal 204 117 61
Hex CC 75 3D

RGB Percentages of Color #cc753d

%53.40
%30.63
%15.97

CMYK Percentages of Color #cc753d

%0
%43
%70
%20

Triadic Colors of #cc753d

#cc753d #3dcc75 #753dcc

Analogous Colors of #cc753d

#cc753d #ccbd3d #cc3d4d

Monochromatic Colors of #cc753d

#cc753d

Complementary Color

#cc753d #3d94cc

#cc753d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc753d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc753d Color CSS Codes

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

#cc753d Text Font Color

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

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


#cc753d Background Color

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

This div background color is #cc753d


#cc753d Border Color

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

This div border color is #cc753d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc753d


Comments

No comments written yet.

Please login to write comment.