#C78086

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

Shades of Charm #C78086

Tints of Charm #C78086

Color information

#C78086 (or 0xC78086) is unknown color: approx Charm. HEX triplet: C7, 80 and 86. RGB value is (199,128,134). Sum of RGB (Red+Green+Blue) = 199+128+134=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C78086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78086 is #387F79. Grayscale: #959595. Windows color (decimal): -3702650 or 8814791. OLE color: 8814791.

HSL color Cylindrical-coordinate representation of color #C78086: hue angle of 354.93º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C78086 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199128134-
CMYK00.360.330.22
HSL354.93º38.8%64.12%-
HSV(B)354.93º35.68%78.04%-
XYZ35.5829.326.34-
YUV149.91119.02163.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=43.17%
G=27.77%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912813400.360.330.22354.9338.864.12
HexC7808602421161632740
Octal307200206044412654347100
Binary1100011110000000100001100100100100001101101011000111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78086; }

 p { color: rgb(199,128,134); }

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

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

 a { background-color: rgb(199,128,134); }

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

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

 span { border-color: rgb(199,128,134); }

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