#C86782

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

Shades of Charm #C86782

Tints of Charm #C86782

Color information

#C86782 (or 0xC86782) is unknown color: approx Charm. HEX triplet: C8, 67 and 82. RGB value is (200,103,130). Sum of RGB (Red+Green+Blue) = 200+103+130=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C86782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86782 is #37987D. Grayscale: #878787. Windows color (decimal): -3643518 or 8546248. OLE color: 8546248.

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

Color convert

RGB200103130-
CMYK00.480.350.22
HSL343.3º46.86%59.41%-
HSV(B)343.3º48.5%78.43%-
XYZ32.723.5923.95-
YUV135.08125.14174.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=46.19%
G=23.79%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010313000.480.350.22343.346.8659.41
HexC8678203023161572f3b
Octal31014720206043265275773
Binary11001000110011110000010011000010001110110101010111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86782; }

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

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

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

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

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

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

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

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