COLOR #CC6969

HEX: #CC6969
RGB: (204,105,105)

Color info

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

RGB color model

#CC6969 color RGB value is (204,105,105).

  • red value is 204;
  • green value is 105;
  • blue value is 105.
RGB:
(204,105,105)
(80%,41%,41%)

RGB channels and saturation

R 204 of 255 = 80%
G 105 of 255 = 41%
B 105 of 255 = 41%

204
105
105

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

Portions of RGB colors in percentages

R + G + B =
204 + 105 + 105 = 414 (100%)
R 204 of 414 ~ 49.28%
G 105 of 414 ~ 25.36%
B 105 of 414 ~ 25.36%

%49.28
%25.36
%25.36

CMYK color model

#CC6969 color CMYK value is (0,49,49,20).

  • cyan value is 0.00%
  • magenta value is 48.53%
  • yellow value is 48.53%
  • key color value is 20.00%
CMYK:
(0,49,49,20)
C0M49Y49K20 
(0%,49%,49%,20%)
(0.00/0.49/0.49/0.20)	

CMYK percentages

%0
%48.53
%48.53
%20

Codes

Color #CC6969 in popluar color models

CC6969
RGB204105105
HSL49.25%60.59%
HSB/HSV48.53%80.00%
CMYK0.00%48.53%48.53%
20.00%

Color #CC6969 in popluar number systems.

HEXCC6969
Decimal204105105
Binary1100110011010011101001
Octal314151151

Shades and tints

Shades of #CC6969

#CC6969
(204,105,105)
#BA6060
(186,96,96)
#A85757
(168,87,87)
#964E4E
(150,78,78)
#844545
(132,69,69)
#723C3C
(114,60,60)
#603333
(96,51,51)
#4E2A2A
(78,42,42)
#3C2121
(60,33,33)
#2A1818
(42,24,24)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #CC6969

#CC6969
(204,105,105)
#D07676
(208,118,118)
#D48383
(212,131,131)
#D89090
(216,144,144)
#DC9D9D
(220,157,157)
#E0AAAA
(224,170,170)
#E4B7B7
(228,183,183)
#E8C4C4
(232,196,196)
#ECD1D1
(236,209,209)
#F0DEDE
(240,222,222)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6969; }

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

This text font color is #CC6969.


Background Color

.myBgColor { background-color: #CC6969; }

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

This div background color is #CC6969.


Border color

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

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

This div border color is #CC6969.


Opacity

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

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

Text with #CC6969 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 #CC6969;}

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

This text has shadow with #CC6969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6969 on black background.


Color preview on white background

This text has color #CC6969 on white background.



Black color preview on #CC6969 background

This text has black color on #CC6969 background.


White color preview on #CC6969 background

This text has white color on #CC6969 background.