#C86D91

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

Shades of Hopbush #C86D91

Tints of Hopbush #C86D91

Color information

#C86D91 (or 0xC86D91) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 91. RGB value is (200,109,145). Sum of RGB (Red+Green+Blue) = 200+109+145=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D91 is #37926E. Grayscale: #8C8C8C. Windows color (decimal): -3641967 or 9530824. OLE color: 9530824.

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

Color convert

RGB200109145-
CMYK00.460.280.22
HSL336.26º45.27%60.59%-
HSV(B)336.26º45.5%78.43%-
XYZ34.425.2629.85-
YUV140.31130.65170.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 145 (57.03% from 255) = 31.94%
R=44.05%
G=24.01%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010914500.460.280.22336.2645.2760.59
HexC86D9102E1C161502d3d
Octal31015522105634265205575
Binary1100100011011011001000101011101110010110101010000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D91; }

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

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

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

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

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

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

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

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