COLOR #CD9493

HEX: #CD9493 RGB: (205,148,147)

Color info

#CD9493 contains red, green and blue colors in about the same proportion. Web safe color of #CD9493 is #CC9999 (or #C99).

RGB color model

#CD9493 color RGB value is (205,148,147).

RGB: (205,148,147) (80%, 58%, 58%)

RGB channels and saturation

R 205 of 255 = 80%
G 148 of 255 = 58%
B 147 of 255 = 58%

205
148
147

R + G + B ~ 65%. #CD9493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 148 + 147 = 500 (100%)
R 205 of 500 ~ 41%
G 148 of 500 ~ 29.6%
B 147 of 500 ~ 29.4'%

%41
%29.6
%29.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 28.29%
  • key color value is 19.61%

CMYK: (0,28,28,20)
C0M28Y28K20 (0%, 28%, 28%, 20%)
(0.00 / 0.28 / 0.28 / 0.20)

CMYK percentages

%0
%27.8
%28.29
%19.61

Codes

Color #CD9493 in popluar color models

CD 94 93
RGB 205 148 147
HSL 36.71% 69.02%
HSB/HSV 28.29% 80.39%
CMYK 0.00% 27.80% 28.29%
19.61%

Color #CD9493 in popluar number systems.

HEX CD 94 93
Decimal 205 148 147
Binary 11001101 10010100 10010011
Octal 315 224 223

Shades and tints

Shades of #CD9493

#CD9493
(205,148,147)
#BB8786
(187,135,134)
#A97A79
(169,122,121)
#976D6C
(151,109,108)
#85605F
(133,96,95)
#735352
(115,83,82)
#614645
(97,70,69)
#4F3938
(79,57,56)
#3D2C2B
(61,44,43)
#2B1F1E
(43,31,30)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #CD9493

#CD9493
(205,148,147)
#D19D9C
(209,157,156)
#D5A6A5
(213,166,165)
#D9AFAE
(217,175,174)
#DDB8B7
(221,184,183)
#E1C1C0
(225,193,192)
#E5CAC9
(229,202,201)
#E9D3D2
(233,211,210)
#EDDCDB
(237,220,219)
#F1E5E4
(241,229,228)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD9493 color. Also use rgb(205,148,147) instead hex code.

Text Font Color

.myTextColor { color: #CD9493; }

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

This text font color is #CD9493.

Background Color

.myBgColor { background-color: #CD9493; }

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

This div background color is #CD9493.

Border color

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

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

This div border color is #CD9493.

Opacity

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

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

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

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

This text has shadow with #CD9493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD9493.

Preview

Color preview on black background

This text has color #CD9493 on black background.


Color preview on white background

This text has color #CD9493 on white background.


Black color preview on #CD9493 background

This text has black color on #CD9493 background.


White color preview on #CD9493 background

This text has white color on #CD9493 background.


Related colors

Complementary color

Complementary color for #hex is #326B6C.


I love getcolorcode.com

Triadic colors

1 #93CD94 and #9493CD with #CD9493 are triadic colors.

2 #9394CD and #94CD93 with #CD9493 are triadic colors.