COLOR #C84052

HEX: #C84052 RGB: (200,64,82)

Color info

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

RGB color model

#C84052 color RGB value is (200,64,82).

RGB: (200,64,82) (78%, 25%, 32%)

RGB channels and saturation

R 200 of 255 = 78%
G 64 of 255 = 25%
B 82 of 255 = 32%

200
64
82

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

Portions of RGB colors in percentages

R + G + B = 200 + 64 + 82 = 346 (100%)
R 200 of 346 ~ 57.8%
G 64 of 346 ~ 18.5%
B 82 of 346 ~ 23.7'%

%57.8
%18.5
%23.7

CMYK color model

#C84052 color CMYK value is (0,68,59,22).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 59.00%
  • key color value is 21.57%
CMYK: (0,68,59,22) C0M68Y59K22 (0%,68%,59%,22%) (0.00/0.68/0.59/0.22) 

CMYK percentages

%0
%68
%59
%21.57

Codes

Color #C84052 in popluar color models

C8 40 52
RGB 200 64 82
HSL 352° 55.28% 51.76%
HSB/HSV 352° 68.00% 78.43%
CMYK 0.00% 68.00% 59.00%
21.57%

Color #C84052 in popluar number systems.

HEX C8 40 52
Decimal 200 64 82
Binary 11001000 1000000 1010010
Octal 310 100 122

Shades and tints

Shades of #C84052

#C84052
(200,64,82)
#B63B4B
(182,59,75)
#A43644
(164,54,68)
#92313D
(146,49,61)
#802C36
(128,44,54)
#6E272F
(110,39,47)
#5C2228
(92,34,40)
#4A1D21
(74,29,33)
#38181A
(56,24,26)
#261313
(38,19,19)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #C84052

#C84052
(200,64,82)
#CD5161
(205,81,97)
#D26270
(210,98,112)
#D7737F
(215,115,127)
#DC848E
(220,132,142)
#E1959D
(225,149,157)
#E6A6AC
(230,166,172)
#EBB7BB
(235,183,187)
#F0C8CA
(240,200,202)
#F5D9D9
(245,217,217)
#FAEAE8
(250,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C84052 color. Also use rgb(200,64,82) instead hex code.

Text Font Color

.myTextColor { color: #C84052; }

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

This text font color is #C84052.

Background Color

.myBgColor { background-color: #C84052; }

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

This div background color is #C84052.

Border color

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

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

This div border color is #C84052.

Opacity

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

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

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

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

This text has shadow with #C84052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C84052.

Preview

Color preview on black background

This text has color #C84052 on black background.


Color preview on white background

This text has color #C84052 on white background.


Black color preview on #C84052 background

This text has black color on #C84052 background.


White color preview on #C84052 background

This text has white color on #C84052 background.


Related colors

Complementary color

Complementary color for #hex is #37BFAD.


I love getcolorcode.com

Triadic colors

1 #52C840 and #4052C8 with #C84052 are triadic colors.

2 #5240C8 and #40C852 with #C84052 are triadic colors.