#C84D5D

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

Shades of Mandy #C84D5D

Tints of Mandy #C84D5D

Color information

#C84D5D (or 0xC84D5D) is unknown color: approx Mandy. HEX triplet: C8, 4D and 5D. RGB value is (200,77,93). Sum of RGB (Red+Green+Blue) = 200+77+93=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D5D is #37B2A2. Grayscale: #737373. Windows color (decimal): -3650211 or 6114760. OLE color: 6114760.

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

Color convert

RGB2007793-
CMYK00.620.540.22
HSL352.2º52.79%54.31%-
HSV(B)352.2º61.5%78.43%-
XYZ28.4518.3812.4-
YUV115.6115.25188.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.05%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=54.05%
G=20.81%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200779300.620.540.22352.252.7954.31
HexC84D5D03E36161603536
Octal31011513507666265406566
Binary1100100010011011011101011111011011010110101100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D5D; }

 p { color: rgb(200,77,93); }

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

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

 a { background-color: rgb(200,77,93); }

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

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

 span { border-color: rgb(200,77,93); }

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