#C86D79

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

Shades of Charm #C86D79

Tints of Charm #C86D79

Color information

#C86D79 (or 0xC86D79) is unknown color: approx Charm. HEX triplet: C8, 6D and 79. RGB value is (200,109,121). Sum of RGB (Red+Green+Blue) = 200+109+121=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D79 is #379286. Grayscale: #898989. Windows color (decimal): -3641991 or 7957960. OLE color: 7957960.

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

Color convert

RGB200109121-
CMYK00.460.390.22
HSL352.09º45.27%60.59%-
HSV(B)352.09º45.5%78.43%-
XYZ32.7424.621.11-
YUV137.58118.65172.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=46.51%
G=25.35%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010912100.460.390.22352.0945.2760.59
HexC86D7902E27161602d3d
Octal31015517105647265405575
Binary1100100011011011111001010111010011110110101100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D79; }

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

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

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

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

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

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

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

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