COLOR #CF475A

HEX: #CF475A RGB: (207,71,90)

Color info

#CF475A contains mainly red color. Web safe color of #CF475A is #CC3366 (or #C36).

RGB color model

#CF475A color RGB value is (207,71,90).

RGB: (207,71,90) (81%, 28%, 35%)

RGB channels and saturation

R 207 of 255 = 81%
G 71 of 255 = 28%
B 90 of 255 = 35%

207
71
90

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

Portions of RGB colors in percentages

R + G + B = 207 + 71 + 90 = 368 (100%)
R 207 of 368 ~ 56.25%
G 71 of 368 ~ 19.29%
B 90 of 368 ~ 24.46'%

%56.25
%19.29
%24.46

CMYK color model

#CF475A color CMYK value is (0,66,57,19).

  • cyan value is 0.00%
  • magenta value is 65.70%
  • yellow value is 56.52%
  • key color value is 18.82%

CMYK: (0,66,57,19)
C0M66Y57K19 (0%, 66%, 57%, 19%)
(0.00 / 0.66 / 0.57 / 0.19)

CMYK percentages

%0
%65.7
%56.52
%18.82

Codes

Color #CF475A in popluar color models

CF 47 5A
RGB 207 71 90
HSL 352° 58.62% 54.51%
HSB/HSV 352° 65.70% 81.18%
CMYK 0.00% 65.70% 56.52%
18.82%

Color #CF475A in popluar number systems.

HEX CF 47 5A
Decimal 207 71 90
Binary 11001111 1000111 1011010
Octal 317 107 132

Shades and tints

Shades of #CF475A

#CF475A
(207,71,90)
#BD4152
(189,65,82)
#AB3B4A
(171,59,74)
#993542
(153,53,66)
#872F3A
(135,47,58)
#752932
(117,41,50)
#63232A
(99,35,42)
#511D22
(81,29,34)
#3F171A
(63,23,26)
#2D1112
(45,17,18)
#1B0B0A
(27,11,10)
#000000
(0,0,0)

Tints of #CF475A

#CF475A
(207,71,90)
#D35769
(211,87,105)
#D76778
(215,103,120)
#DB7787
(219,119,135)
#DF8796
(223,135,150)
#E397A5
(227,151,165)
#E7A7B4
(231,167,180)
#EBB7C3
(235,183,195)
#EFC7D2
(239,199,210)
#F3D7E1
(243,215,225)
#F7E7F0
(247,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF475A color. Also use rgb(207,71,90) instead hex code.

Text Font Color

.myTextColor { color: #CF475A; }

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

This text font color is #CF475A.

Background Color

.myBgColor { background-color: #CF475A; }

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

This div background color is #CF475A.

Border color

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

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

This div border color is #CF475A.

Opacity

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

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

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

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

This text has shadow with #CF475A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF475A.

Preview

Color preview on black background

This text has color #CF475A on black background.


Color preview on white background

This text has color #CF475A on white background.


Black color preview on #CF475A background

This text has black color on #CF475A background.


White color preview on #CF475A background

This text has white color on #CF475A background.


Related colors

Complementary color

Complementary color for #hex is #30B8A5.


I love getcolorcode.com

Triadic colors

1 #5ACF47 and #475ACF with #CF475A are triadic colors.

2 #5A47CF and #47CF5A with #CF475A are triadic colors.