COLOR #CF757A

HEX: #CF757A RGB: (207,117,122)

Color info

#CF757A contains mainly red color. Web safe color of #CF757A is #CC6666 (or #C66).

RGB color model

#CF757A color RGB value is (207,117,122).

RGB: (207,117,122) (81%, 46%, 48%)

RGB channels and saturation

R 207 of 255 = 81%
G 117 of 255 = 46%
B 122 of 255 = 48%

207
117
122

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

Portions of RGB colors in percentages

R + G + B = 207 + 117 + 122 = 446 (100%)
R 207 of 446 ~ 46.41%
G 117 of 446 ~ 26.23%
B 122 of 446 ~ 27.35'%

%46.41
%26.23
%27.35

CMYK color model

#CF757A color CMYK value is (0,43,41,19).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 41.06%
  • key color value is 18.82%

CMYK: (0,43,41,19)
C0M43Y41K19 (0%, 43%, 41%, 19%)
(0.00 / 0.43 / 0.41 / 0.19)

CMYK percentages

%0
%43.48
%41.06
%18.82

Codes

Color #CF757A in popluar color models

CF 75 7A
RGB 207 117 122
HSL 357° 48.39% 63.53%
HSB/HSV 357° 43.48% 81.18%
CMYK 0.00% 43.48% 41.06%
18.82%

Color #CF757A in popluar number systems.

HEX CF 75 7A
Decimal 207 117 122
Binary 11001111 1110101 1111010
Octal 317 165 172

Shades and tints

Shades of #CF757A

#CF757A
(207,117,122)
#BD6B6F
(189,107,111)
#AB6164
(171,97,100)
#995759
(153,87,89)
#874D4E
(135,77,78)
#754343
(117,67,67)
#633938
(99,57,56)
#512F2D
(81,47,45)
#3F2522
(63,37,34)
#2D1B17
(45,27,23)
#1B110C
(27,17,12)
#000000
(0,0,0)

Tints of #CF757A

#CF757A
(207,117,122)
#D38186
(211,129,134)
#D78D92
(215,141,146)
#DB999E
(219,153,158)
#DFA5AA
(223,165,170)
#E3B1B6
(227,177,182)
#E7BDC2
(231,189,194)
#EBC9CE
(235,201,206)
#EFD5DA
(239,213,218)
#F3E1E6
(243,225,230)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF757A color. Also use rgb(207,117,122) instead hex code.

Text Font Color

.myTextColor { color: #CF757A; }

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

This text font color is #CF757A.

Background Color

.myBgColor { background-color: #CF757A; }

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

This div background color is #CF757A.

Border color

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

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

This div border color is #CF757A.

Opacity

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

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

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

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

This text has shadow with #CF757A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF757A.

Preview

Color preview on black background

This text has color #CF757A on black background.


Color preview on white background

This text has color #CF757A on white background.


Black color preview on #CF757A background

This text has black color on #CF757A background.


White color preview on #CF757A background

This text has white color on #CF757A background.


Related colors

Complementary color

Complementary color for #hex is #308A85.


I love getcolorcode.com

Triadic colors

1 #7ACF75 and #757ACF with #CF757A are triadic colors.

2 #7A75CF and #75CF7A with #CF757A are triadic colors.