#C87384

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

Shades of Charm #C87384

Tints of Charm #C87384

Color information

#C87384 (or 0xC87384) is unknown color: approx Charm. HEX triplet: C8, 73 and 84. RGB value is (200,115,132). Sum of RGB (Red+Green+Blue) = 200+115+132=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C87384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87384 is #378C7B. Grayscale: #8E8E8E. Windows color (decimal): -3640444 or 8680392. OLE color: 8680392.

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

Color convert

RGB200115132-
CMYK00.420.340.22
HSL348º43.59%61.76%-
HSV(B)348º42.5%78.43%-
XYZ34.1226.2125.09-
YUV142.35122.16169.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=44.74%
G=25.73%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011513200.420.340.2234843.5961.76
HexC8738402A221615c2c3e
Octal31016320405242265345476
Binary11001000111001110000100010101010001010110101011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87384; }

 p { color: rgb(200,115,132); }

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

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

 a { background-color: rgb(200,115,132); }

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

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

 span { border-color: rgb(200,115,132); }

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