#C87495

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

Shades of Hopbush #C87495

Tints of Hopbush #C87495

Color information

#C87495 (or 0xC87495) is unknown color: approx Hopbush. HEX triplet: C8, 74 and 95. RGB value is (200,116,149). Sum of RGB (Red+Green+Blue) = 200+116+149=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C87495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87495 is #378B6A. Grayscale: #909090. Windows color (decimal): -3640171 or 9794760. OLE color: 9794760.

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

Color convert

RGB200116149-
CMYK00.420.260.22
HSL336.43º43.3%61.96%-
HSV(B)336.43º42%78.43%-
XYZ35.4926.9431.76-
YUV144.88130.33167.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=43.01%
G=24.95%
B=32.04%

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
Decimal20011614900.420.260.22336.4343.361.96
HexC8749502A1A161502b3e
Octal31016422505232265205376
Binary1100100011101001001010101010101101010110101010000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87495; }

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

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

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

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

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

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

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

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