#C86B94

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

Shades of Hopbush #C86B94

Tints of Hopbush #C86B94

Color information

#C86B94 (or 0xC86B94) is unknown color: approx Hopbush. HEX triplet: C8, 6B and 94. RGB value is (200,107,148). Sum of RGB (Red+Green+Blue) = 200+107+148=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86B94 is #37946B. Grayscale: #8B8B8B. Windows color (decimal): -3642476 or 9726920. OLE color: 9726920.

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

Color convert

RGB200107148-
CMYK00.460.260.22
HSL333.55º45.81%60.2%-
HSV(B)333.55º46.5%78.43%-
XYZ34.4224.9331.02-
YUV139.48132.81171.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=43.96%
G=23.52%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010714800.460.260.22333.5545.8160.2
HexC86B9402E1A1614e2e3c
Octal31015322405632265165674
Binary1100100011010111001010001011101101010110101001110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86B94; }

 p { color: rgb(200,107,148); }

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

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

 a { background-color: rgb(200,107,148); }

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

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

 span { border-color: rgb(200,107,148); }

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