#C85D94

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

Shades of Hopbush #C85D94

Tints of Hopbush #C85D94

Color information

#C85D94 (or 0xC85D94) is unknown color: approx Hopbush. HEX triplet: C8, 5D and 94. RGB value is (200,93,148). Sum of RGB (Red+Green+Blue) = 200+93+148=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D94 is #37A26B. Grayscale: #838383. Windows color (decimal): -3646060 or 9723336. OLE color: 9723336.

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

Color convert

RGB20093148-
CMYK00.540.260.22
HSL329.16º49.31%57.45%-
HSV(B)329.16º53.5%78.43%-
XYZ33.0822.2530.57-
YUV131.26137.45177.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=45.35%
G=21.09%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009314800.540.260.22329.1649.3157.45
HexC85D940361A161493139
Octal31013522406632265116171
Binary1100100010111011001010001101101101010110101001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D94; }

 p { color: rgb(200,93,148); }

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

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

 a { background-color: rgb(200,93,148); }

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

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

 span { border-color: rgb(200,93,148); }

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