COLOR #CC6D25

HEX: #CC6D25
RGB: (204,109,37)

Color info

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

RGB color model

#CC6D25 color RGB value is (204,109,37).

  • red value is 204;
  • green value is 109;
  • blue value is 37.
RGB:
(204,109,37)
(80%,43%,15%)

RGB channels and saturation

R 204 of 255 = 80%
G 109 of 255 = 43%
B 37 of 255 = 15%

204
109
37

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

Portions of RGB colors in percentages

R + G + B =
204 + 109 + 37 = 350 (100%)
R 204 of 350 ~ 58.29%
G 109 of 350 ~ 31.14%
B 37 of 350 ~ 10.57%

%58.29
%31.14
%10.57

CMYK color model

#CC6D25 color CMYK value is (0,47,82,20).

  • cyan value is 0.00%
  • magenta value is 46.57%
  • yellow value is 81.86%
  • key color value is 20.00%
CMYK:
(0,47,82,20)
C0M47Y82K20 
(0%,47%,82%,20%)
(0.00/0.47/0.82/0.20)	

CMYK percentages

%0
%46.57
%81.86
%20

Codes

Color #CC6D25 in popluar color models

CC6D25
RGB20410937
HSL26°69.29%47.25%
HSB/HSV26°81.86%80.00%
CMYK0.00%46.57%81.86%
20.00%

Color #CC6D25 in popluar number systems.

HEXCC6D25
Decimal20410937
Binary110011001101101100101
Octal31415545

Shades and tints

Shades of #CC6D25

#CC6D25
(204,109,37)
#BA6422
(186,100,34)
#A85B1F
(168,91,31)
#96521C
(150,82,28)
#844919
(132,73,25)
#724016
(114,64,22)
#603713
(96,55,19)
#4E2E10
(78,46,16)
#3C250D
(60,37,13)
#2A1C0A
(42,28,10)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #CC6D25

#CC6D25
(204,109,37)
#D07A38
(208,122,56)
#D4874B
(212,135,75)
#D8945E
(216,148,94)
#DCA171
(220,161,113)
#E0AE84
(224,174,132)
#E4BB97
(228,187,151)
#E8C8AA
(232,200,170)
#ECD5BD
(236,213,189)
#F0E2D0
(240,226,208)
#F4EFE3
(244,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC6D25; }

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

This text font color is #CC6D25.


Background Color

.myBgColor { background-color: #CC6D25; }

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

This div background color is #CC6D25.


Border color

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

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

This div border color is #CC6D25.


Opacity

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

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

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

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

This text has shadow with #CC6D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6D25 on black background.


Color preview on white background

This text has color #CC6D25 on white background.



Black color preview on #CC6D25 background

This text has black color on #CC6D25 background.


White color preview on #CC6D25 background

This text has white color on #CC6D25 background.