COLOR #CD827D

HEX: #CD827D RGB: (205,130,125)

Color info

#CD827D contains mainly red color. Web safe color of #CD827D is #CC9966 (or #C96).

RGB color model

#CD827D color RGB value is (205,130,125).

RGB: (205,130,125) (80%, 51%, 49%)

RGB channels and saturation

R 205 of 255 = 80%
G 130 of 255 = 51%
B 125 of 255 = 49%

205
130
125

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

Portions of RGB colors in percentages

R + G + B = 205 + 130 + 125 = 460 (100%)
R 205 of 460 ~ 44.57%
G 130 of 460 ~ 28.26%
B 125 of 460 ~ 27.17'%

%44.57
%28.26
%27.17

CMYK color model

#CD827D color CMYK value is (0,37,39,20).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 39.02%
  • key color value is 19.61%

CMYK: (0,37,39,20)
C0M37Y39K20 (0%, 37%, 39%, 20%)
(0.00 / 0.37 / 0.39 / 0.20)

CMYK percentages

%0
%36.59
%39.02
%19.61

Codes

Color #CD827D in popluar color models

CD 82 7D
RGB 205 130 125
HSL 44.44% 64.71%
HSB/HSV 39.02% 80.39%
CMYK 0.00% 36.59% 39.02%
19.61%

Color #CD827D in popluar number systems.

HEX CD 82 7D
Decimal 205 130 125
Binary 11001101 10000010 1111101
Octal 315 202 175

Shades and tints

Shades of #CD827D

#CD827D
(205,130,125)
#BB7772
(187,119,114)
#A96C67
(169,108,103)
#97615C
(151,97,92)
#855651
(133,86,81)
#734B46
(115,75,70)
#61403B
(97,64,59)
#4F3530
(79,53,48)
#3D2A25
(61,42,37)
#2B1F1A
(43,31,26)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #CD827D

#CD827D
(205,130,125)
#D18D88
(209,141,136)
#D59893
(213,152,147)
#D9A39E
(217,163,158)
#DDAEA9
(221,174,169)
#E1B9B4
(225,185,180)
#E5C4BF
(229,196,191)
#E9CFCA
(233,207,202)
#EDDAD5
(237,218,213)
#F1E5E0
(241,229,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD827D color. Also use rgb(205,130,125) instead hex code.

Text Font Color

.myTextColor { color: #CD827D; }

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

This text font color is #CD827D.

Background Color

.myBgColor { background-color: #CD827D; }

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

This div background color is #CD827D.

Border color

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

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

This div border color is #CD827D.

Opacity

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

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

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

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

This text has shadow with #CD827D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CD827D.

Preview

Color preview on black background

This text has color #CD827D on black background.


Color preview on white background

This text has color #CD827D on white background.


Black color preview on #CD827D background

This text has black color on #CD827D background.


White color preview on #CD827D background

This text has white color on #CD827D background.


Related colors

Complementary color

Complementary color for #hex is #327D82.


I love getcolorcode.com

Triadic colors

1 #7DCD82 and #827DCD with #CD827D are triadic colors.

2 #7D82CD and #82CD7D with #CD827D are triadic colors.