#C87486

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

Shades of Charm #C87486

Tints of Charm #C87486

Color information

#C87486 (or 0xC87486) is unknown color: approx Charm. HEX triplet: C8, 74 and 86. RGB value is (200,116,134). Sum of RGB (Red+Green+Blue) = 200+116+134=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C87486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87486 is #378B79. Grayscale: #8F8F8F. Windows color (decimal): -3640186 or 8811720. OLE color: 8811720.

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

Color convert

RGB200116134-
CMYK00.420.330.22
HSL347.14º43.3%61.96%-
HSV(B)347.14º42%78.43%-
XYZ34.3726.4925.86-
YUV143.17122.83168.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=44.44%
G=25.78%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011613400.420.330.22347.1443.361.96
HexC8748602A211615b2b3e
Octal31016420605241265335376
Binary11001000111010010000110010101010000110110101011011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87486; }

 p { color: rgb(200,116,134); }

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

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

 a { background-color: rgb(200,116,134); }

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

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

 span { border-color: rgb(200,116,134); }

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