#C86D93

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

Shades of Hopbush #C86D93

Tints of Hopbush #C86D93

Color information

#C86D93 (or 0xC86D93) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 93. RGB value is (200,109,147). Sum of RGB (Red+Green+Blue) = 200+109+147=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D93 is #37926C. Grayscale: #8C8C8C. Windows color (decimal): -3641965 or 9661896. OLE color: 9661896.

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

Color convert

RGB200109147-
CMYK00.460.260.22
HSL334.95º45.27%60.59%-
HSV(B)334.95º45.5%78.43%-
XYZ34.5525.3230.67-
YUV140.54131.65170.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=43.86%
G=23.90%
B=32.24%

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
Decimal20010914700.460.260.22334.9545.2760.59
HexC86D9302E1A1614f2d3d
Octal31015522305632265175575
Binary1100100011011011001001101011101101010110101001111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D93; }

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

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

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

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

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

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

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

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