#C86198

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

Shades of Hopbush #C86198

Tints of Hopbush #C86198

Color information

#C86198 (or 0xC86198) is unknown color: approx Hopbush. HEX triplet: C8, 61 and 98. RGB value is (200,97,152). Sum of RGB (Red+Green+Blue) = 200+97+152=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C86198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86198 is #379E67. Grayscale: #858585. Windows color (decimal): -3645032 or 9986504. OLE color: 9986504.

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

Color convert

RGB20097152-
CMYK00.520.240.22
HSL327.96º48.36%58.24%-
HSV(B)327.96º51.5%78.43%-
XYZ33.7623.132.38-
YUV134.07138.12175.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=44.54%
G=21.60%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009715200.520.240.22327.9648.3658.24
HexC861980341816148303a
Octal31014123006430265106072
Binary1100100011000011001100001101001100010110101001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86198; }

 p { color: rgb(200,97,152); }

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

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

 a { background-color: rgb(200,97,152); }

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

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

 span { border-color: rgb(200,97,152); }

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