#C85E99

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

Shades of Hopbush #C85E99

Tints of Hopbush #C85E99

Color information

#C85E99 (or 0xC85E99) is unknown color: approx Hopbush. HEX triplet: C8, 5E and 99. RGB value is (200,94,153). Sum of RGB (Red+Green+Blue) = 200+94+153=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E99 is #37A166. Grayscale: #848484. Windows color (decimal): -3645799 or 10051272. OLE color: 10051272.

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

Color convert

RGB20094153-
CMYK00.530.240.22
HSL326.6º49.07%57.65%-
HSV(B)326.6º53%78.43%-
XYZ33.5722.5832.73-
YUV132.42139.62176.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=44.74%
G=21.03%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009415300.530.240.22326.649.0757.65
HexC85E990351816147313a
Octal31013623106530265076172
Binary1100100010111101001100101101011100010110101000111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E99; }

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

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

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

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

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

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

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

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