#C86991

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

Shades of Hopbush #C86991

Tints of Hopbush #C86991

Color information

#C86991 (or 0xC86991) is unknown color: approx Hopbush. HEX triplet: C8, 69 and 91. RGB value is (200,105,145). Sum of RGB (Red+Green+Blue) = 200+105+145=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C86991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86991 is #37966E. Grayscale: #898989. Windows color (decimal): -3642991 or 9529800. OLE color: 9529800.

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

Color convert

RGB200105145-
CMYK00.480.280.22
HSL334.74º46.34%59.8%-
HSV(B)334.74º47.5%78.43%-
XYZ33.9824.4329.71-
YUV137.96131.97172.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=44.44%
G=23.33%
B=32.22%

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
Decimal20010514500.480.280.22334.7446.3459.8
HexC869910301C1614f2e3c
Octal31015122106034265175674
Binary1100100011010011001000101100001110010110101001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86991; }

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

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

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

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

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

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

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

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