#c86280

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

Shades of Charm #C86280

Tints of Charm #C86280

Color information

#C86280 (or 0xC86280) is unknown color: approx Charm. HEX triplet: C8, 62 and 80. RGB value is (200,98,128). Sum of RGB (Red+Green+Blue) = 200+98+128=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C86280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86280 is #379D7F. Grayscale: #838383. Windows color (decimal): -3644800 or 8413896. OLE color: 8413896.

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

Color convert

RGB20098128-
CMYK00.510.360.22
HSL342.35º48.11%58.43%-
HSV(B)342.35º51%78.43%-
XYZ32.0822.5723.09-
YUV131.92125.79176.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.95%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=46.95%
G=23.00%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009812800.510.360.22342.3548.1158.43
HexC862800332416156303a
Octal31014220006344265266072
Binary11001000110001010000000011001110010010110101010110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86280; }

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

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

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

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

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

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

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

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