#c86990

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

Shades of Hopbush #C86990

Tints of Hopbush #C86990

Color information

#C86990 (or 0xC86990) is unknown color: approx Hopbush. HEX triplet: C8, 69 and 90. RGB value is (200,105,144). Sum of RGB (Red+Green+Blue) = 200+105+144=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C86990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86990 is #37966F. Grayscale: #898989. Windows color (decimal): -3642992 or 9464264. OLE color: 9464264.

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

Color convert

RGB200105144-
CMYK00.480.280.22
HSL335.37º46.34%59.8%-
HSV(B)335.37º47.5%78.43%-
XYZ33.9124.429.31-
YUV137.85131.47172.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=44.54%
G=23.39%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010514400.480.280.22335.3746.3459.8
HexC869900301C1614f2e3c
Octal31015122006034265175674
Binary1100100011010011001000001100001110010110101001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c86990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c86990; }

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

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

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

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

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

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

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

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