#C86D95

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

Shades of Hopbush #C86D95

Tints of Hopbush #C86D95

Color information

#C86D95 (or 0xC86D95) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 95. RGB value is (200,109,149). Sum of RGB (Red+Green+Blue) = 200+109+149=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D95 is #37926A. Grayscale: #8C8C8C. Windows color (decimal): -3641963 or 9792968. OLE color: 9792968.

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

Color convert

RGB200109149-
CMYK00.460.260.22
HSL333.63º45.27%60.59%-
HSV(B)333.63º45.5%78.43%-
XYZ34.7125.3931.5-
YUV140.77132.65170.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=43.67%
G=23.80%
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
Decimal20010914900.460.260.22333.6345.2760.59
HexC86D9502E1A1614e2d3d
Octal31015522505632265165575
Binary1100100011011011001010101011101101010110101001110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D95; }

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

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

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

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

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

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

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

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