#C0759E

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

Shades of Hopbush #C0759E

Tints of Hopbush #C0759E

Color information

#C0759E (or 0xC0759E) is unknown color: approx Hopbush. HEX triplet: C0, 75 and 9E. RGB value is (192,117,158). Sum of RGB (Red+Green+Blue) = 192+117+158=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0759E is #3F8A61. Grayscale: #909090. Windows color (decimal): -4164194 or 10384832. OLE color: 10384832.

HSL color Cylindrical-coordinate representation of color #C0759E: hue angle of 327.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0759E is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192117158-
CMYK00.390.180.25
HSL327.2º37.31%60.59%-
HSV(B)327.2º39.06%75.29%-
XYZ34.2726.435.64-
YUV144.1135.85162.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=41.11%
G=25.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211715800.390.180.25327.237.3160.59
HexC0759E0271219147253d
Octal30016523604722315074575
Binary1100000011101011001111001001111001011001101000111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0759E; }

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

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

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

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

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

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

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

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