Color Hex Logo

#cc644b Color Hex

#CC644B
(204,100,75)
0 Favorites   0 Comments

Color spaces of #cc644b

RGB 20410075
HSL0.030.560.55
HSV12°63°80°
CMYK 0.000.510.63   0.20
XYZ30.729022.45979.3722
Yxy22.45970.49120.3590
Hunter Lab47.391732.804921.4489
CIE-Lab54.511439.239533.2653

#cc644b color RGB value is (204,100,75).

#cc644b hex color red value is 204, green value is 100 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cc644b hue: 0.03 , saturation: 0.56 and the lightness value of cc644b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 01001011
Octal 314 144 113
Decimal 204 100 75
Hex CC 64 4B

RGB Percentages of Color #cc644b

%53.83
%26.39
%19.79

CMYK Percentages of Color #cc644b

%0
%51
%63
%20

Triadic Colors of #cc644b

#cc644b #4bcc64 #644bcc

Analogous Colors of #cc644b

#cc644b #cca54b #cc4b73

Monochromatic Colors of #cc644b

#cc644b

Complementary Color

#cc644b #4bb3cc

#cc644b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc644b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc644b Color CSS Codes

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

#cc644b Text Font Color

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

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


#cc644b Background Color

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

This div background color is #cc644b


#cc644b Border Color

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

This div border color is #cc644b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc644b


Comments

No comments written yet.

Please login to write comment.