#C86C90

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

Shades of Hopbush #C86C90

Tints of Hopbush #C86C90

Color information

#C86C90 (or 0xC86C90) is unknown color: approx Hopbush. HEX triplet: C8, 6C and 90. RGB value is (200,108,144). Sum of RGB (Red+Green+Blue) = 200+108+144=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C90 is #37936F. Grayscale: #8B8B8B. Windows color (decimal): -3642224 or 9465032. OLE color: 9465032.

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

Color convert

RGB200108144-
CMYK00.460.280.22
HSL336.52º45.54%60.39%-
HSV(B)336.52º46%78.43%-
XYZ34.2225.0229.41-
YUV139.61130.48171.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=44.25%
G=23.89%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010814400.460.280.22336.5245.5460.39
HexC86C9002E1C161512e3c
Octal31015422005634265215674
Binary1100100011011001001000001011101110010110101010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86C90; }

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

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

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

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

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

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

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

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