#C86593

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

Shades of Hopbush #C86593

Tints of Hopbush #C86593

Color information

#C86593 (or 0xC86593) is unknown color: approx Hopbush. HEX triplet: C8, 65 and 93. RGB value is (200,101,147). Sum of RGB (Red+Green+Blue) = 200+101+147=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C86593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86593 is #379A6C. Grayscale: #878787. Windows color (decimal): -3644013 or 9659848. OLE color: 9659848.

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

Color convert

RGB200101147-
CMYK00.490.260.22
HSL332.12º47.37%59.02%-
HSV(B)332.12º49.5%78.43%-
XYZ33.7423.6930.4-
YUV135.84134.3173.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=44.64%
G=22.54%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010114700.490.260.22332.1247.3759.02
HexC865930311A1614c2f3b
Octal31014522306132265145773
Binary1100100011001011001001101100011101010110101001100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86593; }

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

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

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

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

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

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

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

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