#C2649E

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

Shades of Hopbush #C2649E

Tints of Hopbush #C2649E

Color information

#C2649E (or 0xC2649E) is unknown color: approx Hopbush. HEX triplet: C2, 64 and 9E. RGB value is (194,100,158). Sum of RGB (Red+Green+Blue) = 194+100+158=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2649E is #3D9B61. Grayscale: #868686. Windows color (decimal): -4037474 or 10380482. OLE color: 10380482.

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

Color convert

RGB194100158-
CMYK00.480.190.24
HSL322.98º43.52%57.65%-
HSV(B)322.98º48.45%76.08%-
XYZ32.9823.0535.06-
YUV134.72141.14170.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=42.92%
G=22.12%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410015800.480.190.24322.9843.5257.65
HexC2649E03013181432c3a
Octal30214423606023305035472
Binary1100001011001001001111001100001001111000101000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2649E; }

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

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

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

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

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

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

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

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