#C86CA0

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

Shades of Hopbush #C86CA0

Tints of Hopbush #C86CA0

Color information

#C86CA0 (or 0xC86CA0) is unknown color: approx Hopbush. HEX triplet: C8, 6C and A0. RGB value is (200,108,160). Sum of RGB (Red+Green+Blue) = 200+108+160=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CA0 is #37935F. Grayscale: #8D8D8D. Windows color (decimal): -3642208 or 10513608. OLE color: 10513608.

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

Color convert

RGB200108160-
CMYK00.460.20.22
HSL326.09º45.54%60.39%-
HSV(B)326.09º46%78.43%-
XYZ35.5325.5436.32-
YUV141.44138.48169.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=42.74%
G=23.08%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010816000.460.20.22326.0945.5460.39
HexC86CA002E14161462e3c
Octal31015424005624265065674
Binary1100100011011001010000001011101010010110101000110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CA0; }

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

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

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

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

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

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

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

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