#C86CA4

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

Shades of Hopbush #C86CA4

Tints of Hopbush #C86CA4

Color information

#C86CA4 (or 0xC86CA4) is unknown color: approx Hopbush. HEX triplet: C8, 6C and A4. RGB value is (200,108,164). Sum of RGB (Red+Green+Blue) = 200+108+164=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CA4 is #37935B. Grayscale: #8D8D8D. Windows color (decimal): -3642204 or 10775752. OLE color: 10775752.

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

Color convert

RGB200108164-
CMYK00.460.180.22
HSL323.48º45.54%60.39%-
HSV(B)323.48º46%78.43%-
XYZ35.8825.6838.19-
YUV141.89140.48169.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=42.37%
G=22.88%
B=34.75%

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
Decimal20010816400.460.180.22323.4845.5460.39
HexC86CA402E12161432e3c
Octal31015424405622265035674
Binary1100100011011001010010001011101001010110101000011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CA4; }

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

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

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

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

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

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

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

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