COLOR #CC2B43

HEX: #CC2B43
RGB: (204,43,67)

Color info

#CC2B43 contains mainly red color. Web safe color of #CC2B43 is #CC3333 (or #C33).

RGB color model

#CC2B43 color RGB value is (204,43,67).

  • red value is 204;
  • green value is 43;
  • blue value is 67.
RGB:
(204,43,67)
(80%,17%,26%)

RGB channels and saturation

R 204 of 255 = 80%
G 43 of 255 = 17%
B 67 of 255 = 26%

204
43
67

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

Portions of RGB colors in percentages

R + G + B =
204 + 43 + 67 = 314 (100%)
R 204 of 314 ~ 64.97%
G 43 of 314 ~ 13.69%
B 67 of 314 ~ 21.34%

%64.97
%13.69
%21.34

CMYK color model

#CC2B43 color CMYK value is (0,79,67,20).

  • cyan value is 0.00%
  • magenta value is 78.92%
  • yellow value is 67.16%
  • key color value is 20.00%
CMYK:
(0,79,67,20)
C0M79Y67K20 
(0%,79%,67%,20%)
(0.00/0.79/0.67/0.20)	

CMYK percentages

%0
%78.92
%67.16
%20

Codes

Color #CC2B43 in popluar color models

CC2B43
RGB2044367
HSL351°65.18%48.43%
HSB/HSV351°78.92%80.00%
CMYK0.00%78.92%67.16%
20.00%

Color #CC2B43 in popluar number systems.

HEXCC2B43
Decimal2044367
Binary110011001010111000011
Octal31453103

Shades and tints

Shades of #CC2B43

#CC2B43
(204,43,67)
#BA283D
(186,40,61)
#A82537
(168,37,55)
#962231
(150,34,49)
#841F2B
(132,31,43)
#721C25
(114,28,37)
#60191F
(96,25,31)
#4E1619
(78,22,25)
#3C1313
(60,19,19)
#2A100D
(42,16,13)
#180D07
(24,13,7)
#000000
(0,0,0)

Tints of #CC2B43

#CC2B43
(204,43,67)
#D03E54
(208,62,84)
#D45165
(212,81,101)
#D86476
(216,100,118)
#DC7787
(220,119,135)
#E08A98
(224,138,152)
#E49DA9
(228,157,169)
#E8B0BA
(232,176,186)
#ECC3CB
(236,195,203)
#F0D6DC
(240,214,220)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC2B43; }

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

This text font color is #CC2B43.


Background Color

.myBgColor { background-color: #CC2B43; }

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

This div background color is #CC2B43.


Border color

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

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

This div border color is #CC2B43.


Opacity

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

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

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

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

This text has shadow with #CC2B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC2B43 on black background.


Color preview on white background

This text has color #CC2B43 on white background.



Black color preview on #CC2B43 background

This text has black color on #CC2B43 background.


White color preview on #CC2B43 background

This text has white color on #CC2B43 background.