#C85E9A

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

Shades of Hopbush #C85E9A

Tints of Hopbush #C85E9A

Color information

#C85E9A (or 0xC85E9A) is unknown color: approx Hopbush. HEX triplet: C8, 5E and 9A. RGB value is (200,94,154). Sum of RGB (Red+Green+Blue) = 200+94+154=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E9A is #37A165. Grayscale: #848484. Windows color (decimal): -3645798 or 10116808. OLE color: 10116808.

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

Color convert

RGB20094154-
CMYK00.530.230.22
HSL326.04º49.07%57.65%-
HSV(B)326.04º53%78.43%-
XYZ33.6522.6233.16-
YUV132.53140.12176.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=44.64%
G=20.98%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009415400.530.230.22326.0449.0757.65
HexC85E9A0351716146313a
Octal31013623206527265066172
Binary1100100010111101001101001101011011110110101000110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E9A; }

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

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

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

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

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

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

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

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