#C86879

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

Shades of Charm #C86879

Tints of Charm #C86879

Color information

#C86879 (or 0xC86879) is unknown color: approx Charm. HEX triplet: C8, 68 and 79. RGB value is (200,104,121). Sum of RGB (Red+Green+Blue) = 200+104+121=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86879 is #379786. Grayscale: #868686. Windows color (decimal): -3643271 or 7956680. OLE color: 7956680.

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

Color convert

RGB200104121-
CMYK00.480.390.22
HSL349.38º46.6%59.61%-
HSV(B)349.38º48%78.43%-
XYZ32.2223.5620.94-
YUV134.64120.3174.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=47.06%
G=24.47%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010412100.480.390.22349.3846.659.61
HexC86879030271615d2f3c
Octal31015017106047265355774
Binary1100100011010001111001011000010011110110101011101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86879; }

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

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

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

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

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

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

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

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