#C84A5F

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

Shades of Mandy #C84A5F

Tints of Mandy #C84A5F

Color information

#C84A5F (or 0xC84A5F) is unknown color: approx Mandy. HEX triplet: C8, 4A and 5F. RGB value is (200,74,95). Sum of RGB (Red+Green+Blue) = 200+74+95=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A5F is #37B5A0. Grayscale: #727272. Windows color (decimal): -3650977 or 6245064. OLE color: 6245064.

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

Color convert

RGB2007495-
CMYK00.630.520.22
HSL350º53.39%53.73%-
HSV(B)350º63%78.43%-
XYZ28.331812.81-
YUV114.07117.24189.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.20%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=54.20%
G=20.05%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200749500.630.520.2235053.3953.73
HexC84A5F03F341615e3536
Octal31011213707764265366566
Binary1100100010010101011111011111111010010110101011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84A5F; }

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

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

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

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

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

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

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

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