COLOR #FFCD95

HEX: #FFCD95 RGB: (255,205,149)

Color info

#FFCD95 contains mainly red and green colors. Web safe color of #FFCD95 is #FFCC99 (or #FC9).

RGB color model

#FFCD95 color RGB value is (255,205,149).

RGB: (255,205,149) (100%, 80%, 58%)

RGB channels and saturation

R 255 of 255 = 100%
G 205 of 255 = 80%
B 149 of 255 = 58%

255
205
149

R + G + B ~ 79%. #FFCD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 205 + 149 = 609 (100%)
R 255 of 609 ~ 41.87%
G 205 of 609 ~ 33.66%
B 149 of 609 ~ 24.47'%

%41.87
%33.66
%24.47

CMYK color model

#FFCD95 color CMYK value is (0,20,42,0).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 41.57%
  • key color value is 0.00%

CMYK: (0,20,42,0)
C0M20Y42K0 (0%, 20%, 42%, 0%)
(0.00 / 0.20 / 0.42 / 0.00)

CMYK percentages

%0
%19.61
%41.57
%0

Codes

Color #FFCD95 in popluar color models

FF CD 95
RGB 255 205 149
HSL 32° 100.00% 79.22%
HSB/HSV 32° 41.57% 100.00%
CMYK 0.00% 19.61% 41.57%
0.00%

Color #FFCD95 in popluar number systems.

HEX FF CD 95
Decimal 255 205 149
Binary 11111111 11001101 10010101
Octal 377 315 225

Shades and tints

Shades of #FFCD95

#FFCD95
(255,205,149)
#E8BB88
(232,187,136)
#D1A97B
(209,169,123)
#BA976E
(186,151,110)
#A38561
(163,133,97)
#8C7354
(140,115,84)
#756147
(117,97,71)
#5E4F3A
(94,79,58)
#473D2D
(71,61,45)
#302B20
(48,43,32)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #FFCD95

#FFCD95
(255,205,149)
#FFD19E
(255,209,158)
#FFD5A7
(255,213,167)
#FFD9B0
(255,217,176)
#FFDDB9
(255,221,185)
#FFE1C2
(255,225,194)
#FFE5CB
(255,229,203)
#FFE9D4
(255,233,212)
#FFEDDD
(255,237,221)
#FFF1E6
(255,241,230)
#FFF5EF
(255,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCD95 color. Also use rgb(255,205,149) instead hex code.

Text Font Color

.myTextColor { color: #FFCD95; }

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

This text font color is #FFCD95.

Background Color

.myBgColor { background-color: #FFCD95; }

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

This div background color is #FFCD95.

Border color

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

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

This div border color is #FFCD95.

Opacity

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

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

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

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

This text has shadow with #FFCD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCD95.

Preview

Color preview on black background

This text has color #FFCD95 on black background.


Color preview on white background

This text has color #FFCD95 on white background.


Black color preview on #FFCD95 background

This text has black color on #FFCD95 background.


White color preview on #FFCD95 background

This text has white color on #FFCD95 background.


Related colors

Complementary color

Complementary color for #hex is #00326A.


I love getcolorcode.com

Triadic colors

1 #95FFCD and #CD95FF with #FFCD95 are triadic colors.

2 #95CDFF and #CDFF95 with #FFCD95 are triadic colors.