#C86286

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

Shades of Hopbush #C86286

Tints of Hopbush #C86286

Color information

#C86286 (or 0xC86286) is unknown color: approx Hopbush. HEX triplet: C8, 62 and 86. RGB value is (200,98,134). Sum of RGB (Red+Green+Blue) = 200+98+134=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C86286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86286 is #379D79. Grayscale: #848484. Windows color (decimal): -3644794 or 8807112. OLE color: 8807112.

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

Color convert

RGB20098134-
CMYK00.510.330.22
HSL338.82º48.11%58.43%-
HSV(B)338.82º51%78.43%-
XYZ32.4922.7425.23-
YUV132.6128.79176.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=46.30%
G=22.69%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009813400.510.330.22338.8248.1158.43
HexC862860332116153303a
Octal31014220606341265236072
Binary11001000110001010000110011001110000110110101010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86286; }

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

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

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

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

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

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

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

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