COLOR #C72065

HEX: #C72065 RGB: (199,32,101)

Color info

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

RGB color model

#C72065 color RGB value is (199,32,101).

RGB: (199,32,101) (78%, 13%, 40%)

RGB channels and saturation

R 199 of 255 = 78%
G 32 of 255 = 13%
B 101 of 255 = 40%

199
32
101

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

Portions of RGB colors in percentages

R + G + B = 199 + 32 + 101 = 332 (100%)
R 199 of 332 ~ 59.94%
G 32 of 332 ~ 9.64%
B 101 of 332 ~ 30.42'%

%59.94
%30.42

CMYK color model

#C72065 color CMYK value is (0,84,49,22).

  • cyan value is 0.00%
  • magenta value is 83.92%
  • yellow value is 49.25%
  • key color value is 21.96%

CMYK: (0,84,49,22)
C0M84Y49K22 (0%, 84%, 49%, 22%)
(0.00 / 0.84 / 0.49 / 0.22)

CMYK percentages

%0
%83.92
%49.25
%21.96

Codes

Color #C72065 in popluar color models

C7 20 65
RGB 199 32 101
HSL 335° 72.29% 45.29%
HSB/HSV 335° 83.92% 78.04%
CMYK 0.00% 83.92% 49.25%
21.96%

Color #C72065 in popluar number systems.

HEX C7 20 65
Decimal 199 32 101
Binary 11000111 100000 1100101
Octal 307 40 145

Shades and tints

Shades of #C72065

#C72065
(199,32,101)
#B51E5C
(181,30,92)
#A31C53
(163,28,83)
#911A4A
(145,26,74)
#7F1841
(127,24,65)
#6D1638
(109,22,56)
#5B142F
(91,20,47)
#491226
(73,18,38)
#37101D
(55,16,29)
#250E14
(37,14,20)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #C72065

#C72065
(199,32,101)
#CC3473
(204,52,115)
#D14881
(209,72,129)
#D65C8F
(214,92,143)
#DB709D
(219,112,157)
#E084AB
(224,132,171)
#E598B9
(229,152,185)
#EAACC7
(234,172,199)
#EFC0D5
(239,192,213)
#F4D4E3
(244,212,227)
#F9E8F1
(249,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C72065 color. Also use rgb(199,32,101) instead hex code.

Text Font Color

.myTextColor { color: #C72065; }

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

This text font color is #C72065.

Background Color

.myBgColor { background-color: #C72065; }

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

This div background color is #C72065.

Border color

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

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

This div border color is #C72065.

Opacity

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

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

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

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

This text has shadow with #C72065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C72065.

Preview

Color preview on black background

This text has color #C72065 on black background.


Color preview on white background

This text has color #C72065 on white background.


Black color preview on #C72065 background

This text has black color on #C72065 background.


White color preview on #C72065 background

This text has white color on #C72065 background.


Related colors

Complementary color

Complementary color for #C72065 is #38DF9A.


I love getcolorcode.com

Triadic colors

1 #65C720 and #2065C7 with #C72065 are triadic colors.

2 #6520C7 and #20C765 with #C72065 are triadic colors.