#C8759E

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

Shades of Hopbush #C8759E

Tints of Hopbush #C8759E

Color information

#C8759E (or 0xC8759E) is unknown color: approx Hopbush. HEX triplet: C8, 75 and 9E. RGB value is (200,117,158). Sum of RGB (Red+Green+Blue) = 200+117+158=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8759E is #378A61. Grayscale: #929292. Windows color (decimal): -3639906 or 10384840. OLE color: 10384840.

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

Color convert

RGB200117158-
CMYK00.420.210.22
HSL330.36º43.01%62.16%-
HSV(B)330.36º41.5%78.43%-
XYZ36.3527.4735.73-
YUV146.49134.5166.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=42.11%
G=24.63%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011715800.420.210.22330.3643.0162.16
HexC8759E02A151614a2b3e
Octal31016523605225265125376
Binary1100100011101011001111001010101010110110101001010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8759E; }

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

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

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

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

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

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

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

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