#C85D84

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

Shades of Hopbush #C85D84

Tints of Hopbush #C85D84

Color information

#C85D84 (or 0xC85D84) is unknown color: approx Hopbush. HEX triplet: C8, 5D and 84. RGB value is (200,93,132). Sum of RGB (Red+Green+Blue) = 200+93+132=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D84 is #37A27B. Grayscale: #818181. Windows color (decimal): -3646076 or 8674760. OLE color: 8674760.

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

Color convert

RGB20093132-
CMYK00.540.340.22
HSL338.13º49.31%57.45%-
HSV(B)338.13º53.5%78.43%-
XYZ31.921.7724.35-
YUV129.44129.45178.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=47.06%
G=21.88%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009313200.540.340.22338.1349.3157.45
HexC85D8403622161523139
Octal31013520406642265226171
Binary11001000101110110000100011011010001010110101010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D84; }

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

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

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

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

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

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

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

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