COLOR #CC9272

HEX: #CC9272
RGB: (204,146,114)

Color info

#CC9272 contains mainly red and green colors. Web safe color of #CC9272 is #CC9966 (or #C96).

RGB color model

#CC9272 color RGB value is (204,146,114).

  • red value is 204;
  • green value is 146;
  • blue value is 114.
RGB:
(204,146,114)
(80%,57%,45%)

RGB channels and saturation

R 204 of 255 = 80%
G 146 of 255 = 57%
B 114 of 255 = 45%

204
146
114

R + G + B ~ 61%. #CC9272 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 146 + 114 = 464 (100%)
R 204 of 464 ~ 43.97%
G 146 of 464 ~ 31.47%
B 114 of 464 ~ 24.57%

%43.97
%31.47
%24.57

CMYK color model

#CC9272 color CMYK value is (0,28,44,20).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 44.12%
  • key color value is 20.00%
CMYK:
(0,28,44,20)
C0M28Y44K20 
(0%,28%,44%,20%)
(0.00/0.28/0.44/0.20)	

CMYK percentages

%0
%28.43
%44.12
%20

Codes

Color #CC9272 in popluar color models

CC9272
RGB204146114
HSL21°46.88%62.35%
HSB/HSV21°44.12%80.00%
CMYK0.00%28.43%44.12%
20.00%

Color #CC9272 in popluar number systems.

HEXCC9272
Decimal204146114
Binary11001100100100101110010
Octal314222162

Shades and tints

Shades of #CC9272

#CC9272
(204,146,114)
#BA8568
(186,133,104)
#A8785E
(168,120,94)
#966B54
(150,107,84)
#845E4A
(132,94,74)
#725140
(114,81,64)
#604436
(96,68,54)
#4E372C
(78,55,44)
#3C2A22
(60,42,34)
#2A1D18
(42,29,24)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #CC9272

#CC9272
(204,146,114)
#D09B7E
(208,155,126)
#D4A48A
(212,164,138)
#D8AD96
(216,173,150)
#DCB6A2
(220,182,162)
#E0BFAE
(224,191,174)
#E4C8BA
(228,200,186)
#E8D1C6
(232,209,198)
#ECDAD2
(236,218,210)
#F0E3DE
(240,227,222)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9272 color. Also use rgb(204,146,114) instead hex code.

Text Font Color

.myTextColor { color: #CC9272; }

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

This text font color is #CC9272.


Background Color

.myBgColor { background-color: #CC9272; }

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

This div background color is #CC9272.


Border color

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

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

This div border color is #CC9272.


Opacity

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

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

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

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

This text has shadow with #CC9272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9272 on black background.


Color preview on white background

This text has color #CC9272 on white background.



Black color preview on #CC9272 background

This text has black color on #CC9272 background.


White color preview on #CC9272 background

This text has white color on #CC9272 background.