#C1759A

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

Shades of Hopbush #C1759A

Tints of Hopbush #C1759A

Color information

#C1759A (or 0xC1759A) is unknown color: approx Hopbush. HEX triplet: C1, 75 and 9A. RGB value is (193,117,154). Sum of RGB (Red+Green+Blue) = 193+117+154=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1759A is #3E8A65. Grayscale: #8F8F8F. Windows color (decimal): -4098662 or 10122689. OLE color: 10122689.

HSL color Cylindrical-coordinate representation of color #C1759A: hue angle of 330.79º 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 #C1759A is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193117154-
CMYK00.390.200.24
HSL330.79º38%60.78%-
HSV(B)330.79º39.38%75.69%-
XYZ34.1926.3933.86-
YUV143.94133.68162.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=41.59%
G=25.22%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311715400.390.200.24330.793860.78
HexC1759A027141814b263d
Octal30116523204724305134675
Binary1100000111101011001101001001111010011000101001011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1759A; }

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

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

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

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

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

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

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

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