#C86F99

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

Shades of Hopbush #C86F99

Tints of Hopbush #C86F99

Color information

#C86F99 (or 0xC86F99) is unknown color: approx Hopbush. HEX triplet: C8, 6F and 99. RGB value is (200,111,153). Sum of RGB (Red+Green+Blue) = 200+111+153=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86F99 is #379066. Grayscale: #8E8E8E. Windows color (decimal): -3641447 or 10055624. OLE color: 10055624.

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

Color convert

RGB200111153-
CMYK00.440.240.22
HSL331.69º44.72%60.98%-
HSV(B)331.69º44.5%78.43%-
XYZ35.2525.9533.29-
YUV142.4133.99169.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=43.10%
G=23.92%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011115300.440.240.22331.6944.7260.98
HexC86F9902C181614c2d3d
Octal31015723105430265145575
Binary1100100011011111001100101011001100010110101001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86F99; }

 p { color: rgb(200,111,153); }

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

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

 a { background-color: rgb(200,111,153); }

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

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

 span { border-color: rgb(200,111,153); }

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