#C1749A

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

Shades of Hopbush #C1749A

Tints of Hopbush #C1749A

Color information

#C1749A (or 0xC1749A) is unknown color: approx Hopbush. HEX triplet: C1, 74 and 9A. RGB value is (193,116,154). Sum of RGB (Red+Green+Blue) = 193+116+154=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1749A is #3E8B65. Grayscale: #8F8F8F. Windows color (decimal): -4098918 or 10122433. OLE color: 10122433.

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

Color convert

RGB193116154-
CMYK00.400.200.24
HSL330.39º38.31%60.59%-
HSV(B)330.39º39.9%75.69%-
XYZ34.0726.1633.83-
YUV143.36134.01163.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=41.68%
G=25.05%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311615400.400.200.24330.3938.3160.59
HexC1749A028141814a263d
Octal30116423205024305124675
Binary1100000111101001001101001010001010011000101001010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1749A; }

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

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

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

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

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

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

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

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