#C85E91

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

Shades of Hopbush #C85E91

Tints of Hopbush #C85E91

Color information

#C85E91 (or 0xC85E91) is unknown color: approx Hopbush. HEX triplet: C8, 5E and 91. RGB value is (200,94,145). Sum of RGB (Red+Green+Blue) = 200+94+145=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E91 is #37A16E. Grayscale: #838383. Windows color (decimal): -3645807 or 9526984. OLE color: 9526984.

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

Color convert

RGB20094145-
CMYK00.530.280.22
HSL331.13º49.07%57.65%-
HSV(B)331.13º53%78.43%-
XYZ32.9322.3329.36-
YUV131.51135.62176.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 94 (37.11% from 255) = 21.41%
BLUE value IS 145 (57.03% from 255) = 33.03%
R=45.56%
G=21.41%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009414500.530.280.22331.1349.0757.65
HexC85E910351C1614b313a
Octal31013622106534265136172
Binary1100100010111101001000101101011110010110101001011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E91; }

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

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

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

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

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

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

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

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