#C86693

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

Shades of Hopbush #C86693

Tints of Hopbush #C86693

Color information

#C86693 (or 0xC86693) is unknown color: approx Hopbush. HEX triplet: C8, 66 and 93. RGB value is (200,102,147). Sum of RGB (Red+Green+Blue) = 200+102+147=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C86693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86693 is #37996C. Grayscale: #888888. Windows color (decimal): -3643757 or 9660104. OLE color: 9660104.

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

Color convert

RGB200102147-
CMYK00.490.260.22
HSL332.45º47.12%59.22%-
HSV(B)332.45º49%78.43%-
XYZ33.8423.8930.43-
YUV136.43133.97173.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=44.54%
G=22.72%
B=32.74%

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
Decimal20010214700.490.260.22332.4547.1259.22
HexC866930311A1614c2f3b
Octal31014622306132265145773
Binary1100100011001101001001101100011101010110101001100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86693; }

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

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

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

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

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

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

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

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