#C2749E

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

Shades of Hopbush #C2749E

Tints of Hopbush #C2749E

Color information

#C2749E (or 0xC2749E) is unknown color: approx Hopbush. HEX triplet: C2, 74 and 9E. RGB value is (194,116,158). Sum of RGB (Red+Green+Blue) = 194+116+158=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2749E is #3D8B61. Grayscale: #909090. Windows color (decimal): -4033378 or 10384578. OLE color: 10384578.

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

Color convert

RGB194116158-
CMYK00.400.190.24
HSL327.69º39%60.78%-
HSV(B)327.69º40.21%76.08%-
XYZ34.6726.4335.62-
YUV144.11135.84163.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=41.45%
G=24.79%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411615800.400.190.24327.693960.78
HexC2749E0281318148273d
Octal30216423605023305104775
Binary1100001011101001001111001010001001111000101001000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2749E; }

 p { color: rgb(194,116,158); }

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

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

 a { background-color: rgb(194,116,158); }

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

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

 span { border-color: rgb(194,116,158); }

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