#C86CA5

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

Shades of Hopbush #C86CA5

Tints of Hopbush #C86CA5

Color information

#C86CA5 (or 0xC86CA5) is unknown color: approx Hopbush. HEX triplet: C8, 6C and A5. RGB value is (200,108,165). Sum of RGB (Red+Green+Blue) = 200+108+165=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CA5 is #37935A. Grayscale: #8D8D8D. Windows color (decimal): -3642203 or 10841288. OLE color: 10841288.

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

Color convert

RGB200108165-
CMYK00.460.180.22
HSL322.83º45.54%60.39%-
HSV(B)322.83º46%78.43%-
XYZ35.9725.7238.67-
YUV142.01140.98169.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=42.28%
G=22.83%
B=34.88%

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
Decimal20010816500.460.180.22322.8345.5460.39
HexC86CA502E12161432e3c
Octal31015424505622265035674
Binary1100100011011001010010101011101001010110101000011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CA5; }

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

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

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

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

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

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

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

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