COLOR #CC6131

HEX: #CC6131
RGB: (204,97,49)

Color info

#CC6131 contains mainly red color. Web safe color of #CC6131 is #CC6633 (or #C63).

RGB color model

#CC6131 color RGB value is (204,97,49).

  • red value is 204;
  • green value is 97;
  • blue value is 49.
RGB:
(204,97,49)
(80%,38%,19%)

RGB channels and saturation

R 204 of 255 = 80%
G 97 of 255 = 38%
B 49 of 255 = 19%

204
97
49

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

Portions of RGB colors in percentages

R + G + B =
204 + 97 + 49 = 350 (100%)
R 204 of 350 ~ 58.29%
G 97 of 350 ~ 27.71%
B 49 of 350 ~ 14%

%58.29
%27.71
%14

CMYK color model

#CC6131 color CMYK value is (0,52,76,20).

  • cyan value is 0.00%
  • magenta value is 52.45%
  • yellow value is 75.98%
  • key color value is 20.00%
CMYK:
(0,52,76,20)
C0M52Y76K20 
(0%,52%,76%,20%)
(0.00/0.52/0.76/0.20)	

CMYK percentages

%0
%52.45
%75.98
%20

Codes

Color #CC6131 in popluar color models

CC6131
RGB2049749
HSL19°61.26%49.61%
HSB/HSV19°75.98%80.00%
CMYK0.00%52.45%75.98%
20.00%

Color #CC6131 in popluar number systems.

HEXCC6131
Decimal2049749
Binary110011001100001110001
Octal31414161

Shades and tints

Shades of #CC6131

#CC6131
(204,97,49)
#BA592D
(186,89,45)
#A85129
(168,81,41)
#964925
(150,73,37)
#844121
(132,65,33)
#72391D
(114,57,29)
#603119
(96,49,25)
#4E2915
(78,41,21)
#3C2111
(60,33,17)
#2A190D
(42,25,13)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #CC6131

#CC6131
(204,97,49)
#D06F43
(208,111,67)
#D47D55
(212,125,85)
#D88B67
(216,139,103)
#DC9979
(220,153,121)
#E0A78B
(224,167,139)
#E4B59D
(228,181,157)
#E8C3AF
(232,195,175)
#ECD1C1
(236,209,193)
#F0DFD3
(240,223,211)
#F4EDE5
(244,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6131; }

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

This text font color is #CC6131.


Background Color

.myBgColor { background-color: #CC6131; }

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

This div background color is #CC6131.


Border color

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

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

This div border color is #CC6131.


Opacity

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

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

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

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

This text has shadow with #CC6131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6131 on black background.


Color preview on white background

This text has color #CC6131 on white background.



Black color preview on #CC6131 background

This text has black color on #CC6131 background.


White color preview on #CC6131 background

This text has white color on #CC6131 background.