#C86D88

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

Shades of Charm #C86D88

Tints of Charm #C86D88

Color information

#C86D88 (or 0xC86D88) is unknown color: approx Charm. HEX triplet: C8, 6D and 88. RGB value is (200,109,136). Sum of RGB (Red+Green+Blue) = 200+109+136=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D88 is #379277. Grayscale: #8B8B8B. Windows color (decimal): -3641976 or 8941000. OLE color: 8941000.

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

Color convert

RGB200109136-
CMYK00.460.320.22
HSL342.2º45.27%60.59%-
HSV(B)342.2º45.5%78.43%-
XYZ33.7324.9926.34-
YUV139.29126.15171.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=44.94%
G=24.49%
B=30.56%

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
Decimal20010913600.460.320.22342.245.2760.59
HexC86D8802E20161562d3d
Octal31015521005640265265575
Binary11001000110110110001000010111010000010110101010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D88; }

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

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

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

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

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

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

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

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