#C86E84

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

Shades of Charm #C86E84

Tints of Charm #C86E84

Color information

#C86E84 (or 0xC86E84) is unknown color: approx Charm. HEX triplet: C8, 6E and 84. RGB value is (200,110,132). Sum of RGB (Red+Green+Blue) = 200+110+132=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86E84 is #37917B. Grayscale: #8B8B8B. Windows color (decimal): -3641724 or 8679112. OLE color: 8679112.

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

Color convert

RGB200110132-
CMYK00.450.340.22
HSL345.33º45%60.78%-
HSV(B)345.33º45%78.43%-
XYZ33.5625.124.91-
YUV139.42123.82171.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.25%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=45.25%
G=24.89%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011013200.450.340.22345.334560.78
HexC86E8402D22161592d3d
Octal31015620405542265315575
Binary11001000110111010000100010110110001010110101011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86E84; }

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

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

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

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

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

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

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

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