#C86486

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

Shades of Hopbush #C86486

Tints of Hopbush #C86486

Color information

#C86486 (or 0xC86486) is unknown color: approx Hopbush. HEX triplet: C8, 64 and 86. RGB value is (200,100,134). Sum of RGB (Red+Green+Blue) = 200+100+134=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C86486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86486 is #379B79. Grayscale: #858585. Windows color (decimal): -3644282 or 8807624. OLE color: 8807624.

HSL color Cylindrical-coordinate representation of color #C86486: hue angle of 339.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86486 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB200100134-
CMYK00.50.330.22
HSL339.6º47.62%58.82%-
HSV(B)339.6º50%78.43%-
XYZ32.6823.1125.29-
YUV133.78128.13175.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.08%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=46.08%
G=23.04%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010013400.50.330.22339.647.6258.82
HexC864860322116154303b
Octal31014420606241265246073
Binary11001000110010010000110011001010000110110101010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86486; }

 p { color: rgb(200,100,134); }

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

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

 a { background-color: rgb(200,100,134); }

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

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

 span { border-color: rgb(200,100,134); }

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