#C86F80

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

Shades of Charm #C86F80

Tints of Charm #C86F80

Color information

#C86F80 (or 0xC86F80) is unknown color: approx Charm. HEX triplet: C8, 6F and 80. RGB value is (200,111,128). Sum of RGB (Red+Green+Blue) = 200+111+128=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F80 is #37907F. Grayscale: #8B8B8B. Windows color (decimal): -3641472 or 8417224. OLE color: 8417224.

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

Color convert

RGB200111128-
CMYK00.440.360.22
HSL348.54º44.72%60.98%-
HSV(B)348.54º44.5%78.43%-
XYZ33.425.2123.53-
YUV139.55121.49171.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=45.56%
G=25.28%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011112800.440.360.22348.5444.7260.98
HexC86F8002C241615d2d3d
Octal31015720005444265355575
Binary11001000110111110000000010110010010010110101011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F80; }

 p { color: rgb(200,111,128); }

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

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

 a { background-color: rgb(200,111,128); }

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

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

 span { border-color: rgb(200,111,128); }

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