#C86884

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

Shades of Charm #C86884

Tints of Charm #C86884

Color information

#C86884 (or 0xC86884) is unknown color: approx Charm. HEX triplet: C8, 68 and 84. RGB value is (200,104,132). Sum of RGB (Red+Green+Blue) = 200+104+132=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C86884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86884 is #37977B. Grayscale: #878787. Windows color (decimal): -3643260 or 8677576. OLE color: 8677576.

HSL color Cylindrical-coordinate representation of color #C86884: hue angle of 342.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86884 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200104132-
CMYK00.480.340.22
HSL342.5º46.6%59.61%-
HSV(B)342.5º48%78.43%-
XYZ32.9323.8524.7-
YUV135.9125.8173.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.87%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=45.87%
G=23.85%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010413200.480.340.22342.546.659.61
HexC8688403022161562f3c
Octal31015020406042265265774
Binary11001000110100010000100011000010001010110101010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86884; }

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

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

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

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

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

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

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

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