#C86D78

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

Shades of Charm #C86D78

Tints of Charm #C86D78

Color information

#C86D78 (or 0xC86D78) is unknown color: approx Charm. HEX triplet: C8, 6D and 78. RGB value is (200,109,120). Sum of RGB (Red+Green+Blue) = 200+109+120=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D78 is #379287. Grayscale: #898989. Windows color (decimal): -3641992 or 7892424. OLE color: 7892424.

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

Color convert

RGB200109120-
CMYK00.460.40.22
HSL352.75º45.27%60.59%-
HSV(B)352.75º45.5%78.43%-
XYZ32.6824.5720.79-
YUV137.46118.15172.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=46.62%
G=25.41%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010912000.460.40.22352.7545.2760.59
HexC86D7802E28161612d3d
Octal31015517005650265415575
Binary1100100011011011111000010111010100010110101100001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D78; }

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

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

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

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

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

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

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

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