COLOR #CC6135

HEX: #CC6135
RGB: (204,97,53)

Color info

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

RGB color model

#CC6135 color RGB value is (204,97,53).

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

RGB channels and saturation

R 204 of 255 = 80%
G 97 of 255 = 38%
B 53 of 255 = 21%

204
97
53

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

Portions of RGB colors in percentages

R + G + B =
204 + 97 + 53 = 354 (100%)
R 204 of 354 ~ 57.63%
G 97 of 354 ~ 27.4%
B 53 of 354 ~ 14.97%

%57.63
%27.4
%14.97

CMYK color model

#CC6135 color CMYK value is (0,52,74,20).

  • cyan value is 0.00%
  • magenta value is 52.45%
  • yellow value is 74.02%
  • key color value is 20.00%
CMYK:
(0,52,74,20)
C0M52Y74K20 
(0%,52%,74%,20%)
(0.00/0.52/0.74/0.20)	

CMYK percentages

%0
%52.45
%74.02
%20

Codes

Color #CC6135 in popluar color models

CC6135
RGB2049753
HSL17°59.68%50.39%
HSB/HSV17°74.02%80.00%
CMYK0.00%52.45%74.02%
20.00%

Color #CC6135 in popluar number systems.

HEXCC6135
Decimal2049753
Binary110011001100001110101
Octal31414165

Shades and tints

Shades of #CC6135

#CC6135
(204,97,53)
#BA5931
(186,89,49)
#A8512D
(168,81,45)
#964929
(150,73,41)
#844125
(132,65,37)
#723921
(114,57,33)
#60311D
(96,49,29)
#4E2919
(78,41,25)
#3C2115
(60,33,21)
#2A1911
(42,25,17)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #CC6135

#CC6135
(204,97,53)
#D06F47
(208,111,71)
#D47D59
(212,125,89)
#D88B6B
(216,139,107)
#DC997D
(220,153,125)
#E0A78F
(224,167,143)
#E4B5A1
(228,181,161)
#E8C3B3
(232,195,179)
#ECD1C5
(236,209,197)
#F0DFD7
(240,223,215)
#F4EDE9
(244,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6135; }

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

This text font color is #CC6135.


Background Color

.myBgColor { background-color: #CC6135; }

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

This div background color is #CC6135.


Border color

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

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

This div border color is #CC6135.


Opacity

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

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

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

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

This text has shadow with #CC6135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6135 on black background.


Color preview on white background

This text has color #CC6135 on white background.



Black color preview on #CC6135 background

This text has black color on #CC6135 background.


White color preview on #CC6135 background

This text has white color on #CC6135 background.