#C86D9C

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

Shades of Hopbush #C86D9C

Tints of Hopbush #C86D9C

Color information

#C86D9C (or 0xC86D9C) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 9C. RGB value is (200,109,156). Sum of RGB (Red+Green+Blue) = 200+109+156=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D9C is #379263. Grayscale: #8D8D8D. Windows color (decimal): -3641956 or 10251720. OLE color: 10251720.

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

Color convert

RGB200109156-
CMYK00.460.220.22
HSL329.01º45.27%60.59%-
HSV(B)329.01º45.5%78.43%-
XYZ35.2925.6234.54-
YUV141.57136.15169.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=43.01%
G=23.44%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010915600.460.220.22329.0145.2760.59
HexC86D9C02E16161492d3d
Octal31015523405626265115575
Binary1100100011011011001110001011101011010110101001001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D9C; }

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

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

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

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

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

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

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

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