#c86281

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

Shades of Charm #C86281

Tints of Charm #C86281

Color information

#C86281 (or 0xC86281) is unknown color: approx Charm. HEX triplet: C8, 62 and 81. RGB value is (200,98,129). Sum of RGB (Red+Green+Blue) = 200+98+129=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C86281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86281 is #379D7E. Grayscale: #848484. Windows color (decimal): -3644799 or 8479432. OLE color: 8479432.

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

Color convert

RGB20098129-
CMYK00.510.360.22
HSL341.76º48.11%58.43%-
HSV(B)341.76º51%78.43%-
XYZ32.1522.623.44-
YUV132.03126.29176.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=46.84%
G=22.95%
B=30.21%

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
Decimal2009812900.510.360.22341.7648.1158.43
HexC862810332416156303a
Octal31014220106344265266072
Binary11001000110001010000001011001110010010110101010110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86281; }

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

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

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

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

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

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

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

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