COLOR #C65F7A

HEX: #C65F7A RGB: (198,95,122)

Color info

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

RGB color model

#C65F7A color RGB value is (198,95,122).

RGB: (198,95,122) (78%, 37%, 48%)

RGB channels and saturation

R 198 of 255 = 78%
G 95 of 255 = 37%
B 122 of 255 = 48%

198
95
122

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

Portions of RGB colors in percentages

R + G + B = 198 + 95 + 122 = 415 (100%)
R 198 of 415 ~ 47.71%
G 95 of 415 ~ 22.89%
B 122 of 415 ~ 29.4'%

%47.71
%22.89
%29.4

CMYK color model

#C65F7A color CMYK value is (0,52,38,22).

  • cyan value is 0.00%
  • magenta value is 52.02%
  • yellow value is 38.38%
  • key color value is 22.35%

CMYK: (0,52,38,22)
C0M52Y38K22 (0%, 52%, 38%, 22%)
(0.00 / 0.52 / 0.38 / 0.22)

CMYK percentages

%0
%52.02
%38.38
%22.35

Codes

Color #C65F7A in popluar color models

C6 5F 7A
RGB 198 95 122
HSL 344° 47.47% 57.45%
HSB/HSV 344° 52.02% 77.65%
CMYK 0.00% 52.02% 38.38%
22.35%

Color #C65F7A in popluar number systems.

HEX C6 5F 7A
Decimal 198 95 122
Binary 11000110 1011111 1111010
Octal 306 137 172

Shades and tints

Shades of #C65F7A

#C65F7A
(198,95,122)
#B4576F
(180,87,111)
#A24F64
(162,79,100)
#904759
(144,71,89)
#7E3F4E
(126,63,78)
#6C3743
(108,55,67)
#5A2F38
(90,47,56)
#48272D
(72,39,45)
#361F22
(54,31,34)
#241717
(36,23,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #C65F7A

#C65F7A
(198,95,122)
#CB6D86
(203,109,134)
#D07B92
(208,123,146)
#D5899E
(213,137,158)
#DA97AA
(218,151,170)
#DFA5B6
(223,165,182)
#E4B3C2
(228,179,194)
#E9C1CE
(233,193,206)
#EECFDA
(238,207,218)
#F3DDE6
(243,221,230)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C65F7A color. Also use rgb(198,95,122) instead hex code.

Text Font Color

.myTextColor { color: #C65F7A; }

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

This text font color is #C65F7A.

Background Color

.myBgColor { background-color: #C65F7A; }

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

This div background color is #C65F7A.

Border color

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

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

This div border color is #C65F7A.

Opacity

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

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

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

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

This text has shadow with #C65F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C65F7A.

Preview

Color preview on black background

This text has color #C65F7A on black background.


Color preview on white background

This text has color #C65F7A on white background.


Black color preview on #C65F7A background

This text has black color on #C65F7A background.


White color preview on #C65F7A background

This text has white color on #C65F7A background.


Related colors

Complementary color

Complementary color for #hex is #39A085.


I love getcolorcode.com

Triadic colors

1 #7AC65F and #5F7AC6 with #C65F7A are triadic colors.

2 #7A5FC6 and #5FC67A with #C65F7A are triadic colors.