#C86A91

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

Shades of Hopbush #C86A91

Tints of Hopbush #C86A91

Color information

#C86A91 (or 0xC86A91) is unknown color: approx Hopbush. HEX triplet: C8, 6A and 91. RGB value is (200,106,145). Sum of RGB (Red+Green+Blue) = 200+106+145=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86A91 is #37956E. Grayscale: #8A8A8A. Windows color (decimal): -3642735 or 9530056. OLE color: 9530056.

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

Color convert

RGB200106145-
CMYK00.470.280.22
HSL335.11º46.08%60%-
HSV(B)335.11º47%78.43%-
XYZ34.0824.6329.75-
YUV138.55131.64171.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 145 (57.03% from 255) = 32.15%
R=44.35%
G=23.50%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010614500.470.280.22335.1146.0860
HexC86A9102F1C1614f2e3c
Octal31015222105734265175674
Binary1100100011010101001000101011111110010110101001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86A91; }

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

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

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

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

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

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

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

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