#C1759C

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

Shades of Hopbush #C1759C

Tints of Hopbush #C1759C

Color information

#C1759C (or 0xC1759C) is unknown color: approx Hopbush. HEX triplet: C1, 75 and 9C. RGB value is (193,117,156). Sum of RGB (Red+Green+Blue) = 193+117+156=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1759C is #3E8A63. Grayscale: #909090. Windows color (decimal): -4098660 or 10253761. OLE color: 10253761.

HSL color Cylindrical-coordinate representation of color #C1759C: hue angle of 329.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1759C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB193117156-
CMYK00.390.190.24
HSL329.21º38%60.78%-
HSV(B)329.21º39.38%75.69%-
XYZ34.3526.4634.75-
YUV144.17134.68162.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=41.42%
G=25.11%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311715600.390.190.24329.213860.78
HexC1759C0271318149263d
Octal30116523404723305114675
Binary1100000111101011001110001001111001111000101001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1759C; }

 p { color: rgb(193,117,156); }

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

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

 a { background-color: rgb(193,117,156); }

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

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

 span { border-color: rgb(193,117,156); }

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