#C84A52

Color #C84A52 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C84A52

Tints of Mandy #C84A52

Color information

#C84A52 (or 0xC84A52) is unknown color: approx Mandy. HEX triplet: C8, 4A and 52. RGB value is (200,74,82). Sum of RGB (Red+Green+Blue) = 200+74+82=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A52 is #37B5AD. Grayscale: #707070. Windows color (decimal): -3650990 or 5393096. OLE color: 5393096.

HSL color Cylindrical-coordinate representation of color #C84A52: hue angle of 356.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A52 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB2007482-
CMYK00.630.590.22
HSL356.19º53.39%53.73%-
HSV(B)356.19º63%78.43%-
XYZ27.7917.799.95-
YUV112.59110.74190.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 56.18%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=56.18%
G=20.79%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200748200.630.590.22356.1953.3953.73
HexC84A5203F3B161643536
Octal31011212207773265446566
Binary1100100010010101010010011111111101110110101100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A52; }

 p { color: rgb(200,74,82); }

 H1.HeaderClassName
 {
   color: #C84A52;
 }
 .AnyTagClassName
 {
   color: #C84A52;
 }
</style>
background-color css

<style>
 a { background-color: #C84A52; }

 a { background-color: rgb(200,74,82); }

 div.DivClassName
 {
   background-color: #C84A52;
 }
 .BgClassName
 {
   background-color: #C84A52;
 }
</style>
border-color css

<style>
 span { border-color: #C84A52; }

 span { border-color: rgb(200,74,82); }

 td.TdClassName
 {
   border-color: #C84A52;
 }
 .TagClassName
 {
   border-color: #C84A52;
 }
</style>