#C8759D

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

Shades of Hopbush #C8759D

Tints of Hopbush #C8759D

Color information

#C8759D (or 0xC8759D) is unknown color: approx Hopbush. HEX triplet: C8, 75 and 9D. RGB value is (200,117,157). Sum of RGB (Red+Green+Blue) = 200+117+157=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8759D is #378A62. Grayscale: #929292. Windows color (decimal): -3639907 or 10319304. OLE color: 10319304.

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

Color convert

RGB200117157-
CMYK00.420.220.22
HSL331.08º43.01%62.16%-
HSV(B)331.08º41.5%78.43%-
XYZ36.2727.4435.28-
YUV146.38134166.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=42.19%
G=24.68%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011715700.420.220.22331.0843.0162.16
HexC8759D02A161614b2b3e
Octal31016523505226265135376
Binary1100100011101011001110101010101011010110101001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8759D; }

 p { color: rgb(200,117,157); }

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

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

 a { background-color: rgb(200,117,157); }

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

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

 span { border-color: rgb(200,117,157); }

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