COLOR #CC7548

HEX: #CC7548
RGB: (204,117,72)

Color info

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

RGB color model

#CC7548 color RGB value is (204,117,72).

  • red value is 204;
  • green value is 117;
  • blue value is 72.
RGB:
(204,117,72)
(80%,46%,28%)

RGB channels and saturation

R 204 of 255 = 80%
G 117 of 255 = 46%
B 72 of 255 = 28%

204
117
72

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

Portions of RGB colors in percentages

R + G + B =
204 + 117 + 72 = 393 (100%)
R 204 of 393 ~ 51.91%
G 117 of 393 ~ 29.77%
B 72 of 393 ~ 18.32%

%51.91
%29.77
%18.32

CMYK color model

#CC7548 color CMYK value is (0,43,65,20).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 64.71%
  • key color value is 20.00%
CMYK:
(0,43,65,20)
C0M43Y65K20 
(0%,43%,65%,20%)
(0.00/0.43/0.65/0.20)	

CMYK percentages

%0
%42.65
%64.71
%20

Codes

Color #CC7548 in popluar color models

CC7548
RGB20411772
HSL20°56.41%54.12%
HSB/HSV20°64.71%80.00%
CMYK0.00%42.65%64.71%
20.00%

Color #CC7548 in popluar number systems.

HEXCC7548
Decimal20411772
Binary1100110011101011001000
Octal314165110

Shades and tints

Shades of #CC7548

#CC7548
(204,117,72)
#BA6B42
(186,107,66)
#A8613C
(168,97,60)
#965736
(150,87,54)
#844D30
(132,77,48)
#72432A
(114,67,42)
#603924
(96,57,36)
#4E2F1E
(78,47,30)
#3C2518
(60,37,24)
#2A1B12
(42,27,18)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #CC7548

#CC7548
(204,117,72)
#D08158
(208,129,88)
#D48D68
(212,141,104)
#D89978
(216,153,120)
#DCA588
(220,165,136)
#E0B198
(224,177,152)
#E4BDA8
(228,189,168)
#E8C9B8
(232,201,184)
#ECD5C8
(236,213,200)
#F0E1D8
(240,225,216)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7548; }

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

This text font color is #CC7548.


Background Color

.myBgColor { background-color: #CC7548; }

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

This div background color is #CC7548.


Border color

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

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

This div border color is #CC7548.


Opacity

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

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

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

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

This text has shadow with #CC7548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7548 on black background.


Color preview on white background

This text has color #CC7548 on white background.



Black color preview on #CC7548 background

This text has black color on #CC7548 background.


White color preview on #CC7548 background

This text has white color on #CC7548 background.