#C87380

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

Shades of Charm #C87380

Tints of Charm #C87380

Color information

#C87380 (or 0xC87380) is unknown color: approx Charm. HEX triplet: C8, 73 and 80. RGB value is (200,115,128). Sum of RGB (Red+Green+Blue) = 200+115+128=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C87380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87380 is #378C7F. Grayscale: #8D8D8D. Windows color (decimal): -3640448 or 8418248. OLE color: 8418248.

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

Color convert

RGB200115128-
CMYK00.420.360.22
HSL350.82º43.59%61.76%-
HSV(B)350.82º42.5%78.43%-
XYZ33.8526.123.68-
YUV141.9120.16169.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=45.15%
G=25.96%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011512800.420.360.22350.8243.5961.76
HexC8738002A241615f2c3e
Octal31016320005244265375476
Binary11001000111001110000000010101010010010110101011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87380; }

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

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

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

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

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

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

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

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