#C86C7F

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

Shades of Charm #C86C7F

Tints of Charm #C86C7F

Color information

#C86C7F (or 0xC86C7F) is unknown color: approx Charm. HEX triplet: C8, 6C and 7F. RGB value is (200,108,127). Sum of RGB (Red+Green+Blue) = 200+108+127=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C7F is #379380. Grayscale: #898989. Windows color (decimal): -3642241 or 8350920. OLE color: 8350920.

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

Color convert

RGB200108127-
CMYK00.460.360.22
HSL347.61º45.54%60.39%-
HSV(B)347.61º46%78.43%-
XYZ33.0124.5423.07-
YUV137.67121.98172.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 127 (50% from 255) = 29.20%
R=45.98%
G=24.83%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010812700.460.360.22347.6145.5460.39
HexC86C7F02E241615c2e3c
Octal31015417705644265345674
Binary1100100011011001111111010111010010010110101011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C7F; }

 p { color: rgb(200,108,127); }

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

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

 a { background-color: rgb(200,108,127); }

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

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

 span { border-color: rgb(200,108,127); }

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