#c86da5

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

Shades of Hopbush #C86DA5

Tints of Hopbush #C86DA5

Color information

#C86DA5 (or 0xC86DA5) is unknown color: approx Hopbush. HEX triplet: C8, 6D and A5. RGB value is (200,109,165). Sum of RGB (Red+Green+Blue) = 200+109+165=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DA5 is #37925A. Grayscale: #8E8E8E. Windows color (decimal): -3641947 or 10841544. OLE color: 10841544.

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

Color convert

RGB200109165-
CMYK00.460.180.22
HSL323.08º45.27%60.59%-
HSV(B)323.08º45.5%78.43%-
XYZ36.0825.9338.7-
YUV142.59140.65168.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 165 (64.84% from 255) = 34.81%
R=42.19%
G=23.00%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010916500.460.180.22323.0845.2760.59
HexC86DA502E12161432d3d
Octal31015524505622265035575
Binary1100100011011011010010101011101001010110101000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86da5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86da5; }

 p { color: rgb(200,109,165); }

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

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

 a { background-color: rgb(200,109,165); }

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

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

 span { border-color: rgb(200,109,165); }

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