#C84A4C

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

Shades of Mandy #C84A4C

Tints of Mandy #C84A4C

Color information

#C84A4C (or 0xC84A4C) is unknown color: approx Mandy. HEX triplet: C8, 4A and 4C. RGB value is (200,74,76). Sum of RGB (Red+Green+Blue) = 200+74+76=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A4C is #37B5B3. Grayscale: #707070. Windows color (decimal): -3650996 or 4999880. OLE color: 4999880.

HSL color Cylindrical-coordinate representation of color #C84A4C: hue angle of 359.05º 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 #C84A4C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB2007476-
CMYK00.630.620.22
HSL359.05º53.39%53.73%-
HSV(B)359.05º63%78.43%-
XYZ27.5717.78.8-
YUV111.9107.74190.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.14%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=57.14%
G=21.14%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200747600.630.620.22359.0553.3953.73
HexC84A4C03F3E161673536
Octal31011211407776265476566
Binary1100100010010101001100011111111111010110101100111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A4C; }

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

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

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

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

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

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

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

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