#C86998

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

Shades of Hopbush #C86998

Tints of Hopbush #C86998

Color information

#C86998 (or 0xC86998) is unknown color: approx Hopbush. HEX triplet: C8, 69 and 98. RGB value is (200,105,152). Sum of RGB (Red+Green+Blue) = 200+105+152=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C86998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86998 is #379667. Grayscale: #8A8A8A. Windows color (decimal): -3642984 or 9988552. OLE color: 9988552.

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

Color convert

RGB200105152-
CMYK00.480.240.22
HSL330.32º46.34%59.8%-
HSV(B)330.32º47.5%78.43%-
XYZ34.5424.6532.64-
YUV138.76135.47171.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=43.76%
G=22.98%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010515200.480.240.22330.3246.3459.8
HexC86998030181614a2e3c
Octal31015123006030265125674
Binary1100100011010011001100001100001100010110101001010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86998; }

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

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

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

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

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

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

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

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