#C86D87

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

Shades of Charm #C86D87

Tints of Charm #C86D87

Color information

#C86D87 (or 0xC86D87) is unknown color: approx Charm. HEX triplet: C8, 6D and 87. RGB value is (200,109,135). Sum of RGB (Red+Green+Blue) = 200+109+135=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D87 is #379278. Grayscale: #8B8B8B. Windows color (decimal): -3641977 or 8875464. OLE color: 8875464.

HSL color Cylindrical-coordinate representation of color #C86D87: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86D87 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200109135-
CMYK00.460.320.22
HSL342.86º45.27%60.59%-
HSV(B)342.86º45.5%78.43%-
XYZ33.6624.9725.97-
YUV139.17125.65171.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=45.05%
G=24.55%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010913500.460.320.22342.8645.2760.59
HexC86D8702E20161572d3d
Octal31015520705640265275575
Binary11001000110110110000111010111010000010110101010111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D87; }

 p { color: rgb(200,109,135); }

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

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

 a { background-color: rgb(200,109,135); }

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

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

 span { border-color: rgb(200,109,135); }

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