#C86894

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

Shades of Hopbush #C86894

Tints of Hopbush #C86894

Color information

#C86894 (or 0xC86894) is unknown color: approx Hopbush. HEX triplet: C8, 68 and 94. RGB value is (200,104,148). Sum of RGB (Red+Green+Blue) = 200+104+148=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C86894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86894 is #37976B. Grayscale: #898989. Windows color (decimal): -3643244 or 9726152. OLE color: 9726152.

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

Color convert

RGB200104148-
CMYK00.480.260.22
HSL332.5º46.6%59.61%-
HSV(B)332.5º48%78.43%-
XYZ34.1224.3230.91-
YUV137.72133.8172.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=44.25%
G=23.01%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010414800.480.260.22332.546.659.61
HexC868940301A1614c2f3c
Octal31015022406032265145774
Binary1100100011010001001010001100001101010110101001100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86894; }

 p { color: rgb(200,104,148); }

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

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

 a { background-color: rgb(200,104,148); }

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

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

 span { border-color: rgb(200,104,148); }

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