#C87494

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

Shades of Hopbush #C87494

Tints of Hopbush #C87494

Color information

#C87494 (or 0xC87494) is unknown color: approx Hopbush. HEX triplet: C8, 74 and 94. RGB value is (200,116,148). Sum of RGB (Red+Green+Blue) = 200+116+148=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C87494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87494 is #378B6B. Grayscale: #909090. Windows color (decimal): -3640172 or 9729224. OLE color: 9729224.

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

Color convert

RGB200116148-
CMYK00.420.260.22
HSL337.14º43.3%61.96%-
HSV(B)337.14º42%78.43%-
XYZ35.4126.9131.34-
YUV144.76129.83167.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=43.10%
G=25%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011614800.420.260.22337.1443.361.96
HexC8749402A1A161512b3e
Octal31016422405232265215376
Binary1100100011101001001010001010101101010110101010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87494; }

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

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

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

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

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

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

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

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