COLOR #CC6A55

HEX: #CC6A55 RGB: (204,106,85)

Color info

#CC6A55 contains mainly red color. Web safe color of #CC6A55 is #CC6666 (or #C66).

RGB color model

#CC6A55 color RGB value is (204,106,85).

RGB: (204,106,85) (80%, 42%, 33%)

RGB channels and saturation

R 204 of 255 = 80%
G 106 of 255 = 42%
B 85 of 255 = 33%

204
106
85

R + G + B ~ 52%. #CC6A55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 204 + 106 + 85 = 395 (100%)
R 204 of 395 ~ 51.65%
G 106 of 395 ~ 26.84%
B 85 of 395 ~ 21.52'%

%51.65
%26.84
%21.52

CMYK color model

#CC6A55 color CMYK value is (0,48,58,20).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 58.33%
  • key color value is 20.00%

CMYK: (0,48,58,20)
C0M48Y58K20 (0%, 48%, 58%, 20%)
(0.00 / 0.48 / 0.58 / 0.20)

CMYK percentages

%0
%48.04
%58.33
%20

Codes

Color #CC6A55 in popluar color models

CC 6A 55
RGB 204 106 85
HSL 11° 53.85% 56.67%
HSB/HSV 11° 58.33% 80.00%
CMYK 0.00% 48.04% 58.33%
20.00%

Color #CC6A55 in popluar number systems.

HEX CC 6A 55
Decimal 204 106 85
Binary 11001100 1101010 1010101
Octal 314 152 125

Shades and tints

Shades of #CC6A55

#CC6A55
(204,106,85)
#BA614E
(186,97,78)
#A85847
(168,88,71)
#964F40
(150,79,64)
#844639
(132,70,57)
#723D32
(114,61,50)
#60342B
(96,52,43)
#4E2B24
(78,43,36)
#3C221D
(60,34,29)
#2A1916
(42,25,22)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #CC6A55

#CC6A55
(204,106,85)
#D07764
(208,119,100)
#D48473
(212,132,115)
#D89182
(216,145,130)
#DC9E91
(220,158,145)
#E0ABA0
(224,171,160)
#E4B8AF
(228,184,175)
#E8C5BE
(232,197,190)
#ECD2CD
(236,210,205)
#F0DFDC
(240,223,220)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6A55 color. Also use rgb(204,106,85) instead hex code.

Text Font Color

.myTextColor { color: #CC6A55; }

<p style="color:#CC6A55">This sample text font color is #CC6A55.</p>

This text font color is #CC6A55.

Background Color

.myBgColor { background-color: #CC6A55; }

<div style="background-color:#CC6A55">Inner text</div>

This div background color is #CC6A55.

Border color

.myBorderColor { border: 1px solid #CC6A55; }

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

This div border color is #CC6A55.

Opacity

.myOpacity80 { color: #CC6A55; opacity: 0.8; }

<p style="color:#CC6A55;opacity:0.8;">80%</p>

Text with #CC6A55 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC6A55;}

<p style="text-shadow: 3px 3px 1px #CC6A55">Text here.</p>

This text has shadow with #CC6A55 color.


.textShadow {text-shadow: 3px 3px 1px #CC6A55', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC6A55, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC6A55 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC6A55, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC6A55, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC6A55 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC6A55;
-webkit-box-shadow: 1px 1px 3px 2px #CC6A55;
box-shadow: 1px 1px 3px 2px #CC6A55;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC6A55; -webkit-box-shadow: 1px 1px 3px 2px #CC6A55; box-shadow:1px 1px 3px 2px #CC6A55;">
Div content here
</div>

This div box has shadow with color #CC6A55.

Preview

Color preview on black background

This text has color #CC6A55 on black background.


Color preview on white background

This text has color #CC6A55 on white background.


Black color preview on #CC6A55 background

This text has black color on #CC6A55 background.


White color preview on #CC6A55 background

This text has white color on #CC6A55 background.


Related colors

Complementary color

Complementary color for #hex is #3395AA.


I love getcolorcode.com

Triadic colors

1 #55CC6A and #6A55CC with #CC6A55 are triadic colors.

2 #556ACC and #6ACC55 with #CC6A55 are triadic colors.