#C85E93

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

Shades of Hopbush #C85E93

Tints of Hopbush #C85E93

Color information

#C85E93 (or 0xC85E93) is unknown color: approx Hopbush. HEX triplet: C8, 5E and 93. RGB value is (200,94,147). Sum of RGB (Red+Green+Blue) = 200+94+147=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85E93 is #37A16C. Grayscale: #838383. Windows color (decimal): -3645805 or 9658056. OLE color: 9658056.

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

Color convert

RGB20094147-
CMYK00.530.260.22
HSL330º49.07%57.65%-
HSV(B)330º53%78.43%-
XYZ33.0922.3930.18-
YUV131.74136.62176.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=45.35%
G=21.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009414700.530.260.2233049.0757.65
HexC85E930351A1614a313a
Octal31013622306532265126172
Binary1100100010111101001001101101011101010110101001010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E93; }

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

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

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

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

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

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

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

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