Color Hex Logo

#cc826b Color Hex

#CC826B
(204,130,107)
0 Favorites   0 Comments

Color spaces of #cc826b

RGB 204130107
HSL0.040.490.61
HSV14°48°80°
CMYK 0.000.360.48   0.20
XYZ35.538329.864217.8012
Yxy29.86420.42710.3589
Hunter Lab54.648120.446318.9405
CIE-Lab61.536925.999624.3240

#cc826b color RGB value is (204,130,107).

#cc826b hex color red value is 204, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cc826b hue: 0.04 , saturation: 0.49 and the lightness value of cc826b is 0.61.

The process color (four color CMYK) of #cc826b color hex is 0.00, 0.36, 0.48, 0.20. Web safe color of #cc826b is #cc9966. Color #cc826b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 01101011
Octal 314 202 153
Decimal 204 130 107
Hex CC 82 6B

RGB Percentages of Color #cc826b

%46.26
%29.48
%24.26

CMYK Percentages of Color #cc826b

%0
%36
%48
%20

Triadic Colors of #cc826b

#cc826b #6bcc82 #826bcc

Analogous Colors of #cc826b

#cc826b #ccb36b #cc6b85

Monochromatic Colors of #cc826b

#cc826b

Complementary Color

#cc826b #6bb5cc

#cc826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc826b Color CSS Codes

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

#cc826b Text Font Color

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

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


#cc826b Background Color

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

This div background color is #cc826b


#cc826b Border Color

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

This div border color is #cc826b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc826b


Comments

No comments written yet.

Please login to write comment.