#C86D8C

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

Shades of Hopbush #C86D8C

Tints of Hopbush #C86D8C

Color information

#C86D8C (or 0xC86D8C) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 8C. RGB value is (200,109,140). Sum of RGB (Red+Green+Blue) = 200+109+140=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D8C is #379273. Grayscale: #8B8B8B. Windows color (decimal): -3641972 or 9203144. OLE color: 9203144.

HSL color Cylindrical-coordinate representation of color #C86D8C: hue angle of 339.56º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86D8C is Cyan = 0, Magento = 0.46, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB200109140-
CMYK00.460.30.22
HSL339.56º45.27%60.59%-
HSV(B)339.56º45.5%78.43%-
XYZ34.0225.1127.86-
YUV139.74128.15170.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=44.54%
G=24.28%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010914000.460.30.22339.5645.2760.59
HexC86D8C02E1E161542d3d
Octal31015521405636265245575
Binary1100100011011011000110001011101111010110101010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D8C; }

 p { color: rgb(200,109,140); }

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

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

 a { background-color: rgb(200,109,140); }

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

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

 span { border-color: rgb(200,109,140); }

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