#C86893

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

Shades of Hopbush #C86893

Tints of Hopbush #C86893

Color information

#C86893 (or 0xC86893) is unknown color: approx Hopbush. HEX triplet: C8, 68 and 93. RGB value is (200,104,147). Sum of RGB (Red+Green+Blue) = 200+104+147=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C86893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86893 is #37976C. Grayscale: #898989. Windows color (decimal): -3643245 or 9660616. OLE color: 9660616.

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

Color convert

RGB200104147-
CMYK00.480.260.22
HSL333.12º46.6%59.61%-
HSV(B)333.12º48%78.43%-
XYZ34.0424.2930.5-
YUV137.61133.3172.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 147 (57.81% from 255) = 32.59%
R=44.35%
G=23.06%
B=32.59%

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
Decimal20010414700.480.260.22333.1246.659.61
HexC868930301A1614d2f3c
Octal31015022306032265155774
Binary1100100011010001001001101100001101010110101001101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86893; }

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

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

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

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

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

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

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

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