#C86582

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

Shades of Charm #C86582

Tints of Charm #C86582

Color information

#C86582 (or 0xC86582) is unknown color: approx Charm. HEX triplet: C8, 65 and 82. RGB value is (200,101,130). Sum of RGB (Red+Green+Blue) = 200+101+130=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C86582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86582 is #379A7D. Grayscale: #858585. Windows color (decimal): -3644030 or 8545736. OLE color: 8545736.

HSL color Cylindrical-coordinate representation of color #C86582: hue angle of 342.42º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86582 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB200101130-
CMYK00.490.350.22
HSL342.42º47.37%59.02%-
HSV(B)342.42º49.5%78.43%-
XYZ32.523.223.88-
YUV133.91125.8175.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=46.40%
G=23.43%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010113000.490.350.22342.4247.3759.02
HexC8658203123161562f3b
Octal31014520206143265265773
Binary11001000110010110000010011000110001110110101010110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86582; }

 p { color: rgb(200,101,130); }

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

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

 a { background-color: rgb(200,101,130); }

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

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

 span { border-color: rgb(200,101,130); }

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